Change the repository URL to https, bump version, ready to release
[cpan-testers-parsereport.git] / README
blob3b9229afabf21b3a4d24d1d61ffc25a71755a6c1
1 CPAN-Testers-ParseReport
3 Purpose of this module is to help processing the reports available from
4 http://www.nntp.perl.org/group/perl.cpan.testers/
6 INSTALLATION
8 To install this module, run the following commands:
10         perl Build.PL
11         ./Build
12         ./Build test
13         ./Build install
15 SUPPORT AND DOCUMENTATION
17 After installing, you can find documentation for this module with the
18 perldoc command.
20     perldoc CPAN::Testers::ParseReport
22 You can also look for information at:
24     RT, CPAN's request tracker
25         http://rt.cpan.org/NoAuth/Bugs.html?Dist=CPAN-Testers-ParseReport
27     AnnoCPAN, Annotated CPAN documentation
28         http://annocpan.org/dist/CPAN-Testers-ParseReport
30     CPAN Ratings
31         http://cpanratings.perl.org/d/CPAN-Testers-ParseReport
33     Search CPAN
34         http://search.cpan.org/dist/CPAN-Testers-ParseReport
37 COPYRIGHT AND LICENCE
39 Copyright (C) 2008 Andreas Koenig
41 This program is free software; you can redistribute it and/or modify it
42 under the same terms as Perl itself.