• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..24-Apr-201479

bin/H24-Apr-20143

BUGSH A D20-Feb-20132.2 KiB

CHANGESH A D20-Feb-2013110.7 KiB

COPYINGH A D20-Feb-201317.7 KiB

debian/H24-Apr-20146

docs/H24-Apr-20147

examples/H24-Apr-201418

INSTALLH A D20-Feb-201316.3 KiB

lib/H24-Apr-20143

Makefile.npmH A D20-Feb-20131.4 KiB

Makefile.PLH A D20-Feb-2013552

MANIFESTH A D20-Feb-2013716

META.ymlH A D20-Feb-2013557

pm2plH A D20-Feb-20132.3 KiB

READMEH A D20-Feb-20131.7 KiB

t/H24-Apr-20145

TODOH A D20-Feb-20131.4 KiB

README

1Welcome to Perltidy!
2    Perltidy is a tool to indent and reformat perl scripts. It can also
3    write scripts in html format.
4
5    Perltidy is free software released under the GNU General Public License
6    -- please see the included file "COPYING" for details.
7
8PREREQUISITES
9    "perltidy" should work with most standard Perl installations. The
10    following modules are not required, but perltidy may use them if
11    detected:
12
13      HTML::Entities  will be used to encode HTML entities if detected
14      Pod::Html will be used to format pod text
15
16    The total disk space needed after removing the installation directory
17    will about 2 Mb.
18
19DOWNLOAD
20    There are two source distribution files:
21
22    *   A .tgz "tarball", with Unix-style <lf> line endings, and
23
24    *   A zip file, .zip, with Windows-style <cr><lf> line endings.
25
26    In addition, the web site has links to debian and RPM packages.
27
28INSTALLATION
29    For most standard installations, the standard Makefile.PL method should
30    work:
31
32     perl Makefile.PL
33     make
34     make test
35     make install
36
37    The INSTALL file has additional installation notes, and tells how to use
38    perltidy without doing an installation.
39
40WHAT NEXT
41    Please see the CHANGES file for notices of any recent updates.
42
43    Please see the BUGS file for a list of all known open bugs.
44
45    Documentation can be found in the docs directory, and it can also be
46    found at http://perltidy.sourceforge.net
47
48    Reading the brief tutorial should help you use perltidy effectively.
49
50FEEDBACK / BUG REPORTS
51    Bug reports, comments and suggestions are welcome. Attach the smallest
52    piece of code which demonstrates the bug or issue.
53
54     Steve Hancock
55     perltidy at users.sourceforge.net
56     http://perltidy.sourceforge.net
57
58