summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2017-05-31 10:02:08 -0400
committerRicardo Signes <rjbs@cpan.org>2017-05-31 10:02:08 -0400
commitfbc053d4e1126c78a3e5b8f513df9ecc657e2ea6 (patch)
tree91191511b99b77a784f96f993ee752dfc765aac5
parent753bd946506d34bc9c6a8f96fcb33ed0b59cf597 (diff)
downloadperl-fbc053d4e1126c78a3e5b8f513df9ecc657e2ea6.tar.gz
CoreList: bump version for v5.27.0 release
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm5
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm2
3 files changed, 6 insertions, 3 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index be4af22adb..1fe38bc20a 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -3,7 +3,7 @@ use strict;
use vars qw/$VERSION %released %version %families %upstream
%bug_tracker %deprecated %delta/;
use version;
-$VERSION = '5.20170530';
+$VERSION = '5.20170531';
sub _undelta {
my ($delta) = @_;
@@ -14115,6 +14115,9 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'B::Op_private' => '5.027000',
'Config' => '5.027',
'feature' => '1.48',
+ 'Module::CoreList' => '5.20170531',
+ 'Module::CoreList::TieHashDelta'=> '5.20170531',
+ 'Module::CoreList::Utils'=> '5.20170531',
},
removed => {
}
diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
index a6cdf0badd..0758f8cf6d 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
@@ -3,7 +3,7 @@ package Module::CoreList::TieHashDelta;
use strict;
use vars qw($VERSION);
-$VERSION = '5.20170530';
+$VERSION = '5.20170531';
sub TIEHASH {
my ($class, $changed, $removed, $parent) = @_;
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index 7b6ec46304..c8a9e0b7f5 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -5,7 +5,7 @@ use warnings;
use vars qw[$VERSION %utilities];
use Module::CoreList;
-$VERSION = '5.20170530';
+$VERSION = '5.20170531';
sub utilities {
my $perl = shift;