summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2021-01-17 14:31:38 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2021-01-17 14:31:38 +0000
commita2b5d470311632f3690af340785e7cb8b32ce4c1 (patch)
treec787c29e200787fd2502d939728415462c885c65
parent5f066b1c1e1e48bcf8bc6ebb8fb3028c0bf9b4a0 (diff)
downloadperl-a2b5d470311632f3690af340785e7cb8b32ce4c1.tar.gz
Set expected release date for 5.32.1
-rw-r--r--dist/Module-CoreList/Changes2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm8
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm2
-rw-r--r--pod/perldelta.pod2
4 files changed, 7 insertions, 7 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 6617ad5e8b..79c2d348c7 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,4 +1,4 @@
-5.20210109
+5.20210123
- Updated for v5.32.1
5.20201220
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 4d6a568fc6..e96f6fe03e 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.20210109';
+our $VERSION = '5.20210123';
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__) } }
@@ -372,7 +372,7 @@ sub changes_between {
5.033003 => '2020-10-20',
5.033004 => '2020-11-20',
5.033005 => '2020-12-20',
- 5.032001 => '2021-01-09',
+ 5.032001 => '2021-01-23',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -18204,8 +18204,8 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'Data::Dumper' => '2.174_01',
'DynaLoader' => '1.47_01',
'ExtUtils::Liblist::Kid'=> '7.44_01',
- 'Module::CoreList' => '5.20210109',
- 'Module::CoreList::Utils'=> '5.20210109',
+ 'Module::CoreList' => '5.20210123',
+ 'Module::CoreList::Utils'=> '5.20210123',
'Opcode' => '1.48',
'Safe' => '2.41_01',
'Win32API::File::inc::ExtUtils::Myconst2perl'=> '1',
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index 2fed50f524..d62305f4b1 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.20210109';
+our $VERSION = '5.20210123';
our %utilities;
sub utilities {
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 2bbcca3ebe..f867c9c99f 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -36,7 +36,7 @@ L<DynaLoader> has been upgraded from version 1.47 to 1.47_01.
=item *
-L<Module::CoreList> has been upgraded from version 5.20200620 to 5.20210109.
+L<Module::CoreList> has been upgraded from version 5.20200620 to 5.20210123.
=item *