summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2018-11-03 00:45:21 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2018-11-03 00:45:21 +0000
commit29e7f685110b676ed669c404dfd3b3d830e8ff46 (patch)
treedb6b824f5a6764f66f16b8a3e0a34b7d756c3185
parent38abb50b05751f931104cefe1205454f0d1c92a5 (diff)
downloadperl-29e7f685110b676ed669c404dfd3b3d830e8ff46.tar.gz
Update Module::CoreList with data so far for the imminent 5.28.1
(Porting/corelist.pl, plus $VERSION bumps and Changes entry for a tentative release date which is to coincide with a 5.26.3 release)
-rw-r--r--dist/Module-CoreList/Changes3
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm23
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm9
3 files changed, 32 insertions, 3 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 972ad041fb..409ffece6e 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
+5.20181122_28
+ - Updated for v5.28.1
+
5.20181020
- Updated for v5.29.4
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 05fa648f9a..81741415c5 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.20180622';
+our $VERSION = '5.20181122_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__) } }
@@ -339,6 +339,7 @@ sub changes_between {
5.029002 => '2018-08-20',
5.029003 => '2018-09-20',
5.029004 => '2018-10-20',
+ 5.028001 => '????-??-??',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -15813,6 +15814,17 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'arybase' => 1,
}
},
+ 5.028001 => {
+ delta_from => 5.028000,
+ changed => {
+ 'B::Op_private' => '5.028001',
+ 'Config' => '5.028001',
+ 'Module::CoreList' => '5.20181122_28',
+ 'Module::CoreList::Utils'=> '5.20181122_28',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -16745,6 +16757,13 @@ sub is_core
arybase => '1',
}
},
+ 5.028001 => {
+ delta_from => 5.028,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%deprecated = _undelta(\%deprecated);
@@ -17338,7 +17357,7 @@ sub is_core
'File::Fetch' => undef,
'File::GlobMapper' => undef,
'File::Path' => undef,
- 'File::Temp' => 'http://rt.cpan.org/Public/Dist/Display.html?Name=File-Temp',
+ 'File::Temp' => 'https://rt.cpan.org/Public/Dist/Display.html?Name=File-Temp',
'Filter::Util::Call' => undef,
'Getopt::Long' => undef,
'HTTP::Tiny' => 'https://github.com/chansen/p5-http-tiny/issues',
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index 2e7b620bb2..f7677e4ac6 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.20180622';
+our $VERSION = '5.20181122_28';
our %utilities;
sub utilities {
@@ -1431,6 +1431,13 @@ my %delta = (
removed => {
}
},
+ 5.028001 => {
+ delta_from => 5.028000,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%utilities = Module::CoreList::_undelta(\%delta);