From: Steve Hancock Date: Thu, 15 Nov 2018 20:35:42 +0000 (-0800) Subject: testing web pages with markdown X-Git-Tag: 20181117~8 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=824e6864e0702209d89ab7e7546d52ce69f26aff;p=perltidy.git testing web pages with markdown --- diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 00000000..5411b3ef --- /dev/null +++ b/docs/index.html @@ -0,0 +1,72 @@ +

Welcome to Perltidy

+ +

Perltidy is a Perl script which indents and reformats Perl scripts to make them +easier to read. If you write Perl scripts, or spend much time +reading them, you will probably find it useful.

+ +

Perltidy is free software released under the GNU General Public +License -- please see the included file COPYING for details.

+ +

The formatting can be controlled with command line parameters. The default +parameter settings approximately follow the suggestions in the +Perl Style Guide.

+ +

Besides reformatting scripts, Perltidy can help in tracking +down errors with missing or extra braces, parentheses, and square brackets +because it is very good at localizing errors.

+ +

Documentation

+ + + +

Prerequisites

+ +

Perltidy should run on any system with perl 5.008 or later. +The total disk space needed after removing the installation directory will be +about 2 Mb.

+ +

Download

+ + + +

Installation

+ +

Perl::Tidy can be installed directly from CPAN one of the available methods.

+ +

One way is to download a distribution file, unpack it and then +test and install using the Makefile.PL:

+ +
perl Makefile.PL
+make
+make test
+make install
+
+ +

The INSTALL file has additional installation notes, and tells how +to use perltidy without doing an installation.

+ +

Links

+ + + +

FEEDBACK / BUG REPORTS

+ +

A list of current bugs and issues can be found at the CPAN site https://rt.cpan.org/Public/Dist/Display.html?Name=Perl-Tidy

+ +

To report a new bug or problem, use the link on this page .