]> git.donarmstrong.com Git - perltidy.git/blob - debian/control
9bd42ccad0a0095af816eac152d51eba24adf27e
[perltidy.git] / debian / control
1 Source: perltidy
2 Section: interpreters
3 Priority: optional
4 Maintainer: Don Armstrong <don@donarmstrong.com>
5 Build-Depends: debhelper (>= 3.0.5), perl (>= 5.6.0-16)
6 Standards-Version: 3.6.1
7
8 Package: perltidy
9 Architecture: all
10 Depends: ${perl:Depends}
11 Description: Perl script indenter and reformatter
12  Perltidy is a Perl script which indents and reformats Perl
13  scripts to make them easier to read.
14  .
15  The formatting can be controlled with command line parameters.
16  The default parameter settings approximately follow the
17  suggestions in the Perl Style Guide.
18  .
19  Perltidy can also generate formatted HTML output from POD, and can
20  even generate colored output in HTML for scripts. See examples at
21  http://perltidy.sourceforge.net/
22  .
23  Homepage: http://perltidy.sourceforge.net/