summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2018-07-19 21:16:28 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2018-07-19 21:16:28 +0100
commit2df147b6aff6b022235fbc5ef81a01d096f7abdf (patch)
tree94824bd1654b231bf655ecc756f51fcff771521a
parent12ee59136861869f53584541a9c5da02dc42df59 (diff)
downloadperl-2df147b6aff6b022235fbc5ef81a01d096f7abdf.tar.gz
Module::CoreList - Bump $VERSION for tomorrow's release
(Should have been done after 5.29.0 was released.)
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm4
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm2
2 files changed, 4 insertions, 2 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 7cd9d3f958..45b3f56439 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -4,7 +4,7 @@ use strict;
our ( %released, %version, %families, %upstream, %bug_tracker, %deprecated, %delta );
use version;
-our $VERSION = '5.20180626';
+our $VERSION = '5.20180720';
sub PKG_PATTERN () { q#\A[a-zA-Z_][0-9a-zA-Z_]*(?:(::|')[0-9a-zA-Z_]+)*\z# }
sub _looks_like_invocant ($) { local $@; !!eval { $_[0]->isa(__PACKAGE__) } }
@@ -15470,6 +15470,8 @@ for my $version ( sort { $a <=> $b } keys %released ) {
changed => {
'B::Op_private' => '5.029001',
'Config' => '5.029001',
+ 'Module::CoreList' => '5.20180720',
+ 'Module::CoreList::Utils'=> '5.20180720',
},
removed => {
}
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index fda8744114..a788b34cdd 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -4,7 +4,7 @@ use strict;
use warnings;
use Module::CoreList;
-our $VERSION = '5.20180626';
+our $VERSION = '5.20180720';
our %utilities;
sub utilities {