summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2018-11-07 20:04:07 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2018-11-07 20:04:07 +0000
commit1d8d75668ebf8560ed8614c29522825c5d6a5cc8 (patch)
tree9fc6f59868dd915acbf633407cba2697914a4165
parentdba7665f9af2cf4e6ce2547c1f5c704c90fe9996 (diff)
downloadperl-1d8d75668ebf8560ed8614c29522825c5d6a5cc8.tar.gz
Bump proposed release date to avoid Thanksgiving and Black Friday
-rw-r--r--dist/Module-CoreList/Changes2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm10
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm2
-rw-r--r--pod/perldelta.pod2
4 files changed, 8 insertions, 8 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 409ffece6e..fd08103d68 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,4 +1,4 @@
-5.20181122_28
+5.20181129_28
- Updated for v5.28.1
5.20181020
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 7735b48379..eddda7a526 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.20181122_28';
+our $VERSION = '5.20181129_28';
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__) } }
@@ -15815,12 +15815,12 @@ for my $version ( sort { $a <=> $b } keys %released ) {
}
},
5.028001 => {
- delta_from => 5.028000,
+ delta_from => 5.028,
changed => {
'B::Op_private' => '5.028001',
'Config' => '5.028001',
- 'Module::CoreList' => '5.20181122_28',
- 'Module::CoreList::Utils'=> '5.20181122_28',
+ 'Module::CoreList' => '5.20181129_28',
+ 'Module::CoreList::Utils'=> '5.20181129_28',
},
removed => {
}
@@ -16758,7 +16758,7 @@ sub is_core
}
},
5.028001 => {
- delta_from => 5.028,
+ delta_from => 5.028000,
changed => {
},
removed => {
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index f7677e4ac6..d2d8a4e95a 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.20181122_28';
+our $VERSION = '5.20181129_28';
our %utilities;
sub utilities {
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index dd72d3fb68..d8b21c89d3 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -32,7 +32,7 @@ L</Reporting Bugs> below.
=item *
-L<Module::CoreList> has been upgraded from version 5.20180622 to 5.20181122_28.
+L<Module::CoreList> has been upgraded from version 5.20180622 to 5.20181129_28.
=back