This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
tweak version number of Module::CoreList
authorSawyer X <xsawyerx@cpan.org>
Sat, 21 Feb 2015 07:27:54 +0000 (08:27 +0100)
committerSawyer X <xsawyerx@cpan.org>
Sat, 21 Feb 2015 07:27:54 +0000 (08:27 +0100)
dist/Module-CoreList/lib/Module/CoreList.pm
dist/Module-CoreList/lib/Module/CoreList/Utils.pm

index e36241b..0a53cc7 100644 (file)
@@ -4,7 +4,7 @@ use vars qw/$VERSION %released %version %families %upstream
            %bug_tracker %deprecated %delta/;
 use Module::CoreList::TieHashDelta;
 use version;
-$VERSION = '5.20150220';
+$VERSION = '5.20150320';
 
 my $dumpinc = 0;
 sub import {
index 055ec0d..10ebd87 100644 (file)
@@ -6,7 +6,7 @@ use vars qw[$VERSION %utilities];
 use Module::CoreList;
 use Module::CoreList::TieHashDelta;
 
-$VERSION = '5.20150220';
+$VERSION = '5.20150320';
 
 sub utilities {
     my $perl = shift;