summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2020-02-27 08:33:16 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2020-02-27 08:33:16 +0000
commit30107e92e6b907767cdd690d2c930a656d9fec60 (patch)
treecef7716fabda15eaea54f731fe5007eb8274ec68
parent4f78a4d987c18c1df572c4604fc30a17f906d422 (diff)
downloadperl-30107e92e6b907767cdd690d2c930a656d9fec60.tar.gz
Update targeted release date for 5.30.2
Now aiming for 14th March. (A security-based 5.30.3 will hopefully follow soonish afterwards.)
-rw-r--r--dist/Module-CoreList/Changes2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm6
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm2
-rw-r--r--pod/perldelta.pod2
4 files changed, 6 insertions, 6 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index b99c349ec1..12cc7ab04e 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,4 +1,4 @@
-5.20200307
+5.20200314
- Updated for v5.30.2
5.20200220
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 20381e2293..9bad56cb0e 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.20200307';
+our $VERSION = '5.20200314';
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__) } }
@@ -17349,8 +17349,8 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'B::Op_private' => '5.030002',
'Compress::Raw::Bzip2' => '2.089',
'Config' => '5.030002',
- 'Module::CoreList' => '5.20200307',
- 'Module::CoreList::Utils'=> '5.20200307',
+ 'Module::CoreList' => '5.20200314',
+ 'Module::CoreList::Utils'=> '5.20200314',
},
removed => {
}
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index e02b1dd2de..2fa5d37402 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.20200307';
+our $VERSION = '5.20200314';
our %utilities;
sub utilities {
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 633ca59a8a..4360a39e35 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -38,7 +38,7 @@ L<Compress::Raw::Bzip2> has been upgraded from version 2.084 to 2.089.
=item *
-L<Module::CoreList> has been upgraded from version 5.20191110 to 5.20200307.
+L<Module::CoreList> has been upgraded from version 5.20191110 to 5.20200314.
=back