summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2016-05-20 21:59:46 -0400
committerSteve Hay <steve.m.hay@googlemail.com>2016-07-16 00:31:31 +0100
commitf9d765f8c33817c67a6d8fdf6c644f45dae9efa1 (patch)
treead5266af47de4a1d6bc7309b161fe3571916d557
parent332ac50cf31599cc307686188e348301ead9280f (diff)
downloadperl-f9d765f8c33817c67a6d8fdf6c644f45dae9efa1.tar.gz
Increment $VERSION to 5.YYYYMMDD for next scheduled monthly release date.
(cherry picked from commit 47011d98d8138b193bac04ac39d25acbe9b579ba)
-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 55121a39d6..170784b7a3 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;