summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2013-11-20 22:27:13 -0500
committerRicardo Signes <rjbs@cpan.org>2013-11-20 22:27:13 -0500
commitbccdd584c1aeea51546e82e4590184cf909192bf (patch)
tree4413ff0bc1d6095848733b736473ce429000ca08
parentf5d0edc001e715a91b5872fd459e989794d1aa46 (diff)
downloadperl-bccdd584c1aeea51546e82e4590184cf909192bf.tar.gz
add the v5.18.2 changes to Module::CoreList
-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
3 files changed, 29 insertions, 4 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index ca9b168533..417c5ed6b5 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 Module::CoreList::TieHashDelta;
-$VERSION = '3.02';
+$VERSION = '3.03';
my $dumpinc = 0;
sub import {
@@ -241,7 +241,7 @@ sub changes_between {
5.019004 => '2013-09-20',
5.019005 => '2013-10-20',
5.019006 => '2013-11-20',
- 5.019007 => '????-??-??',
+ 5.018002 => '2013-12-02',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -8046,6 +8046,16 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'VMS::Filespec' => 1,
}
},
+ 5.018002 => {
+ delta_from => 5.018001,
+ changed => {
+ 'B' => '1.42_02',
+ 'Config' => '5.018002',
+ 'Module::CoreList' => '3.03',
+ 'Module::CoreList::TieHashDelta'=> '3.03',
+ 'Module::CoreList::Utils'=> '3.03',
+ },
+ },
5.019000 => {
delta_from => 5.018000,
changed => {
@@ -9357,6 +9367,14 @@ for my $version (sort { $a <=> $b } keys %delta) {
removed => {
}
},
+ 5.018002 => {
+ delta_from => 5.018001,
+ changed => {
+ },
+ removed => {
+ }
+ },
+
5.019 => {
delta_from => 5.018,
diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
index 0c65921169..b0c133950b 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 = "3.02";
+$VERSION = "3.03";
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 09d942faa3..5967e032ad 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -6,7 +6,7 @@ use vars qw[$VERSION %utilities];
use Module::CoreList;
use Module::CoreList::TieHashDelta;
-$VERSION = '3.02';
+$VERSION = '3.03';
sub utilities {
my $perl = shift;
@@ -815,6 +815,13 @@ my %delta = (
removed => {
}
},
+ 5.018002 => {
+ delta_from => 5.018001,
+ changed => {
+ },
+ removed => {
+ }
+ },
5.019000 => {
delta_from => 5.018000,
changed => {