summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dist/Module-CoreList/Changes3
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm22
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm9
4 files changed, 33 insertions, 3 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 1d4dc7c052..b50cf892be 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
+5.20160820
+ - Updated for v5.25.4
+
5.20160720
- Updated for v5.25.3
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 93904f2f1a..35163306fe 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -3,7 +3,7 @@ use strict;
use vars qw/$VERSION %released %version %families %upstream
%bug_tracker %deprecated %delta/;
use version;
-$VERSION = '5.20160720';
+$VERSION = '5.20160820';
sub _undelta {
my ($delta) = @_;
@@ -312,6 +312,7 @@ sub changes_between {
5.025001 => '2016-05-20',
5.025002 => '2016-06-20',
5.025003 => '2016-07-20',
+ 5.025004 => '????-??-??',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -12828,6 +12829,18 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.025004 => {
+ delta_from => 5.025003,
+ changed => {
+ 'B::Op_private' => '5.025004',
+ 'Config' => '5.025004',
+ 'Module::CoreList' => '5.20160820',
+ 'Module::CoreList::TieHashDelta'=> '5.20160820',
+ 'Module::CoreList::Utils'=> '5.20160820',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -13503,6 +13516,13 @@ sub is_core
removed => {
}
},
+ 5.025004 => {
+ delta_from => 5.025003,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%deprecated = _undelta(\%deprecated);
diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
index 2bfae681de..d9b2bc65b6 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
@@ -3,7 +3,7 @@ package Module::CoreList::TieHashDelta;
use strict;
use vars qw($VERSION);
-$VERSION = '5.20160720';
+$VERSION = '5.20160820';
sub TIEHASH {
my ($class, $changed, $removed, $parent) = @_;
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index 60442925a5..36dfc6ec6f 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -5,7 +5,7 @@ use warnings;
use vars qw[$VERSION %utilities];
use Module::CoreList;
-$VERSION = '5.20160720';
+$VERSION = '5.20160820';
sub utilities {
my $perl = shift;
@@ -1177,6 +1177,13 @@ my %delta = (
removed => {
}
},
+ 5.025004 => {
+ delta_from => 5.025003,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%utilities = Module::CoreList::_undelta(\%delta);