1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Description: Reference executable with .pl extension stripped
Author: Jonas Smedegaard <dr@jones.dk>
Origin: vendor
Forwarded: not-needed
--- a/bin/cpants_lint.pl
+++ b/bin/cpants_lint.pl
@@ -28,11 +28,11 @@
=head1 NAME
-cpants_lint.pl - commandline frontend to Module::CPANTS::Analyse
+cpants_lint - commandline frontend to Module::CPANTS::Analyse
=head1 SYNOPSIS
- cpants_lint.pl path/to/Foo-Dist-1.42.tgz
+ cpants_lint path/to/Foo-Dist-1.42.tgz
Options:
--help brief help message
@@ -50,7 +50,7 @@
=head1 DESCRIPTION
-C<cpants_lint.pl> checks the B<Kwalitee> of a CPAN distribution. More exact, it checks how a given tarball will be rated on C<http://cpants.perl.org>, without needing to upload it first.
+C<cpants_lint> checks the B<Kwalitee> of a CPAN distribution. More exact, it checks how a given tarball will be rated on C<http://cpants.perl.org>, without needing to upload it first.
For more information on Kwalitee, and the whole of CPANTS, see C<http://cpants.perl.org> and / or C<Module::CPANTS::Analyse>.
|