File: control

package info (click to toggle)
perltidy 20011020-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,060 kB
  • ctags: 579
  • sloc: perl: 10,875; makefile: 54
file content (20 lines) | stat: -rw-r--r-- 635 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: perltidy
Section: devel
Priority: optional
Maintainer: Paolo Molaro <lupus@debian.org>
Build-Depends-Indep: debhelper (>> 2.0.0)
Standards-Version: 3.2.1

Package: perltidy
Architecture: all
Depends: ${perl:Depends}
Description: A 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.
 .
 If you write Perl scripts, or spend much time reading them,
 you will probably find it useful.