<http://perl5.git.perl.org/perl.git/commitdiff/47011d98d8138b193bac04ac39d25acbe9b579ba?hp=a55ca2cb1c0fdf584fada8400e3f4ebe160cfe0d>
- Log -----------------------------------------------------------------
commit 47011d98d8138b193bac04ac39d25acbe9b579ba
Author: James E Keenan <jkeenan@cpan.org>
Date: Fri May 20 21:59:46 2016 -0400
Increment $VERSION to 5.YYYYMMDD for next scheduled monthly release date.
-----------------------------------------------------------------------
Summary of changes:
dist/Module-CoreList/lib/Module/CoreList.pm | 2 +-
dist/Module-CoreList/lib/Module/CoreList/Utils.pm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 07c3904..a599e6b 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -4,7 +4,7 @@ use vars qw/$VERSION %released %version %families %upstream
%bug_tracker %deprecated %delta/;
use Module::CoreList::TieHashDelta;
use version;
-$VERSION = '5.20160520';
+$VERSION = '5.20160620';
sub _released_order { # Sort helper, to make '?' sort after everything else
(substr($released{$a}, 0, 1) eq "?")
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index 6345f37..62ea8c2 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -6,7 +6,7 @@ use vars qw[$VERSION %utilities];
use Module::CoreList;
use Module::CoreList::TieHashDelta;
-$VERSION = '5.20160520';
+$VERSION = '5.20160620';
sub utilities {
my $perl = shift;
--
Perl5 Master Repository