Debian lenny version packages
[pkg-perl] / deb-src / libpar-dist-perl / libpar-dist-perl-0.31 / README
1 This is the README file for PAR::Dist, a toolkit to create and
2 manipulate PAR distributions.
3
4 Please type "perldoc PAR::Dist" after installation to see the module
5 usage information.
6
7 * Installation
8
9 PAR::Dist uses the standard perl module install process:
10
11 cpansign -v             # optional; see SIGNATURE for details
12 perl Makefile.PL
13 make                    # or 'nmake' on Win32
14 make test
15 make install
16
17 * Contact
18
19 PAR has a mailing list, <par@perl.org>, that you can write to;
20 send an empty mail to <par-subscribe@perl.org> to join the list
21 and participate in the discussion.  For web-accessible archives,
22 see <http://nntp.x.perl.org/group/perl.par/>.
23
24 Please send bug reports to <bug-par@rt.cpan.org>.
25
26 * Copyright
27
28 Copyright 2003-2007 by Audrey Tang <autrijus@autrijus.org>.
29
30 All rights reserved.  You can redistribute and/or modify
31 this bundle under the same terms as Perl itself.
32
33 See <http://www.perl.com/perl/misc/Artistic.html>.