ready to release
[acme-study-perl.git] / README
blobbcb536da945ee24d21d21718f6a5fdef6bc7cf4c
1 Acme-Study-Perl
3 This module's test suite can be used to study the behaviour of perl on
4 multiple platforms.
6 INSTALLATION
8 You will normally not be interested to install this module. But if you
9 insist: to install this module, run the following commands:
11         perl Makefile.PL
12         make
13         make test
14         make install
16 SUPPORT AND DOCUMENTATION
18 After installing, you can find documentation for this module with the
19 perldoc command.
21     perldoc Acme::Study::Perl
23 You can also look for information at:
25     RT, CPAN's request tracker
26         http://rt.cpan.org/NoAuth/Bugs.html?Dist=Acme-Study-Perl
28     AnnoCPAN, Annotated CPAN documentation
29         http://annocpan.org/dist/Acme-Study-Perl
31     CPAN Ratings
32         http://cpanratings.perl.org/d/Acme-Study-Perl
34     Search CPAN
35         http://search.cpan.org/dist/Acme-Study-Perl
38 COPYRIGHT AND LICENCE
40 Copyright (C) 2008 Andreas König
42 This program is free software; you can redistribute it and/or modify it
43 under the same terms as Perl itself.