diff options
author | Sawyer X <xsawyerx@cpan.org> | 2019-05-21 23:22:06 +0300 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2019-05-21 23:22:06 +0300 |
commit | 5ad719491c186a382cfa65b909bbf5af78189224 (patch) | |
tree | 38c922393b22eea5a46f91acdea23f861bcd6c9b /dist | |
parent | aff85be1c8cb189c4294c5a29879ecb96bd6651e (diff) | |
download | perl-5ad719491c186a382cfa65b909bbf5af78189224.tar.gz |
Update Module::CoreList for 5.30.0
Diffstat (limited to 'dist')
-rw-r--r-- | dist/Module-CoreList/Changes | 2 | ||||
-rw-r--r-- | dist/Module-CoreList/lib/Module/CoreList.pm | 10 | ||||
-rw-r--r-- | dist/Module-CoreList/lib/Module/CoreList/Utils.pm | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes index 76530b3880..675ce3ff80 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,4 +1,4 @@ -5.20190520 +5.20190522 - Updated for v5.30.0 5.20190420 diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index ad617c17db..bcf12690d0 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.20190520'; +our $VERSION = '5.20190522'; 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__) } } @@ -348,7 +348,7 @@ sub changes_between { 5.029009 => '2019-03-20', 5.028002 => '2019-04-19', 5.029010 => '2019-04-20', - 5.030000 => '2019-05-20', + 5.030000 => '2019-05-22', ); for my $version ( sort { $a <=> $b } keys %released ) { @@ -16276,13 +16276,13 @@ for my $version ( sort { $a <=> $b } keys %released ) { } }, 5.030000 => { - delta_from => 5.029010, + delta_from => 5.02901, changed => { 'B::Op_private' => '5.030000', 'Config' => '5.03', 'Devel::PPPort' => '3.52', - 'Module::CoreList' => '5.20190520', - 'Module::CoreList::Utils'=> '5.20190520', + 'Module::CoreList' => '5.20190522', + 'Module::CoreList::Utils'=> '5.20190522', 'XS::Typemap' => '0.17', }, removed => { diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm index a01681df3d..c767d55e74 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.20190520'; +our $VERSION = '5.20190522'; our %utilities; sub utilities { @@ -1495,7 +1495,7 @@ my %delta = ( } }, 5.030000 => { - delta_from => 5.02901, + delta_from => 5.029010, changed => { }, removed => { |