summaryrefslogtreecommitdiff
path: root/lib/ExtUtils/ModuleMaker/Initializers.pm
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2018-05-07 15:59:46 -0400
committerJames E Keenan <jkeenan@cpan.org>2018-05-07 16:26:45 -0400
commit434135655f69e3187045beb41d9f2c1b18e466f8 (patch)
tree7055702e161462082bdff7689339d6e8d52a4f86 /lib/ExtUtils/ModuleMaker/Initializers.pm
parentf9adfad95aaa2712b82812c4fcc0277b1f970fd2 (diff)
CPAN version 0.60
System 'grep' unavailable on most Windows. Replace use of system call to 'grep'. AppVeyor's Strawberry Perl had no problem with this, but these CPANtesters did: http://www.cpantesters.org/cpan/report/cd74e16a-4005-1015-a880-00c65f496936 http://www.cpantesters.org/cpan/report/269463bc-6c6d-1014-9cd3-92b18038f308 Correct incorrect 'Case' number in note. Quote "0.60" throughout so that it's treated as a string in the Usage message. Eliminate remaining instances of 'use vars' in favor of 'our'. Eliminate version control ID lines.
Diffstat (limited to 'lib/ExtUtils/ModuleMaker/Initializers.pm')
-rw-r--r--lib/ExtUtils/ModuleMaker/Initializers.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/ExtUtils/ModuleMaker/Initializers.pm b/lib/ExtUtils/ModuleMaker/Initializers.pm
index c549346..97f9ed0 100644
--- a/lib/ExtUtils/ModuleMaker/Initializers.pm
+++ b/lib/ExtUtils/ModuleMaker/Initializers.pm
@@ -1,8 +1,7 @@
package ExtUtils::ModuleMaker::Initializers;
use strict;
use warnings;
-use vars qw( $VERSION );
-$VERSION = 0.59;
+our $VERSION = "0.60";
use ExtUtils::ModuleMaker::Licenses::Standard qw(
Get_Standard_License
Verify_Standard_License