File: control

package info (click to toggle)
perltidy 20031021-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,364 kB
  • ctags: 591
  • sloc: perl: 16,452; makefile: 46
file content (23 lines) | stat: -rw-r--r-- 779 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: perltidy
Section: interpreters
Priority: optional
Maintainer: Don Armstrong <don@donarmstrong.com>
Build-Depends: debhelper (>= 3.0.5), perl (>= 5.6.0-16)
Standards-Version: 3.6.1

Package: perltidy
Architecture: all
Depends: ${perl:Depends}
Description: Perl script indenter and reformatter
 Perltidy is a Perl script which indents and reformats Perl
 scripts to make them easier to read.
 .
 The formatting can be controlled with command line parameters.
 The default parameter settings approximately follow the
 suggestions in the Perl Style Guide.
 .
 Perltidy can also generate formatted HTML output from POD, and can
 even generate colored output in HTML for scripts. See examples at
 http://perltidy.sourceforge.net/
 .
 Homepage: http://perltidy.sourceforge.net/