summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2016-05-20 21:59:46 -0400
committerJames E Keenan <jkeenan@cpan.org>2016-05-20 21:59:52 -0400
commit47011d98d8138b193bac04ac39d25acbe9b579ba (patch)
tree8a0e80cbbec49587e33d95df4f9c0328bf03a5d2 /dist
parenta55ca2cb1c0fdf584fada8400e3f4ebe160cfe0d (diff)
downloadperl-47011d98d8138b193bac04ac39d25acbe9b579ba.tar.gz
Increment $VERSION to 5.YYYYMMDD for next scheduled monthly release date.
Diffstat (limited to 'dist')
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm2
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 07c3904997..a599e6bdb5 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 6345f37acd..62ea8c2a4e 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;