diff options
author | Alexandr Ciornii <alexchorny@gmail.com> | 2012-11-24 20:24:26 +0200 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-11-24 15:55:40 -0800 |
commit | 1549d03d8e1310b147b48bc8dbf1f788a451db15 (patch) | |
tree | ffb4064e637225bbb478ab199aea4ed4bedd2399 /dist | |
parent | 7af276bcacd71d557a403b1d416e975ea139994c (diff) | |
download | perl-1549d03d8e1310b147b48bc8dbf1f788a451db15.tar.gz |
Errno was added in 5.5, not in 5.5.4
Diffstat (limited to 'dist')
-rw-r--r-- | dist/Module-CoreList/Changes | 2 | ||||
-rw-r--r-- | dist/Module-CoreList/lib/Module/CoreList.pm | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes index ef60f21119..3e46ce7fe5 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,3 +1,5 @@ + - Errno was added in 5.5, not in 5.5.4 + 2.78 Sat Nov 12 2012 - Updated for v5.17.6 diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 2cb5eb553d..f499971507 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -555,6 +555,7 @@ my %delta = ( 'CPAN::FirstTime' => '1.29 ', 'DB_File' => '1.60', 'Data::Dumper' => '2.09', + 'Errno' => '1.09', 'ExtUtils::Installed' => '0.02', 'ExtUtils::MM_Unix' => '1.12601 ', 'ExtUtils::MakeMaker' => '5.4301', @@ -603,6 +604,7 @@ my %delta = ( 'DB_File' => '1.65', 'Data::Dumper' => '2.101', 'Dumpvalue' => undef, + 'Errno' => '1.111', 'ExtUtils::Install' => '1.28', 'ExtUtils::Liblist' => '1.25', 'ExtUtils::MM_Unix' => '1.12602', @@ -628,7 +630,6 @@ my %delta = ( changed => { 'CPAN::FirstTime' => '1.36 ', 'DB_File' => '1.807', - 'Errno' => '1.111', 'ExtUtils::Install' => '1.28 ', 'ExtUtils::Liblist' => '1.25 ', 'ExtUtils::MM_Unix' => '1.12602 ', @@ -1174,7 +1175,6 @@ my %delta = ( 'warnings::register' => '1.00', }, removed => { - 'Errno' => 1, } }, 5.008 => { |