diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2012-11-10 15:37:00 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2012-11-10 15:37:00 +0000 |
commit | 3df1c36a10231bc7c58cfec94ed071bdf6384a5a (patch) | |
tree | d681898822e62b30cd476935b472793ade997c3a | |
parent | e0a7ebbcdbad91a72cd459dac3b84ef4dc7ab60b (diff) | |
download | perl-3df1c36a10231bc7c58cfec94ed071bdf6384a5a.tar.gz |
Module-CoreList updated to 2.77
- Documented decprecated_in() function
- Updated with v5.16.2 data
- Updated with v5.12.5 data
- Updated POD to reflect included perl data
-rw-r--r-- | dist/Module-CoreList/Changes | 5 | ||||
-rw-r--r-- | dist/Module-CoreList/lib/Module/CoreList.pm | 22 | ||||
-rw-r--r-- | dist/Module-CoreList/lib/Module/CoreList.pod | 16 | ||||
-rw-r--r-- | dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm | 2 |
4 files changed, 39 insertions, 6 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes index 44d85dfa24..3e8442aba3 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,3 +1,8 @@ +2.77 Sat Nov 10 2012 + - Updated for v5.12.5 + - deprecated_in() function added + - corelist reports deprecated data + 2.76 Fri Nov 1 2012 - Updated for v5.16.2 diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index bde2faa9e2..f37402d9af 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/; use Module::CoreList::TieHashDelta; -$VERSION = '2.76'; +$VERSION = '2.77'; my $dumpinc = 0; sub import { @@ -199,6 +199,7 @@ sub changes_between { 5.013011 => '2011-03-20', 5.014000 => '2011-05-14', 5.012004 => '2011-06-20', + 5.012005 => '2012-11-10', 5.014001 => '2011-06-16', 5.015000 => '2011-06-20', 5.015001 => '2011-07-20', @@ -4356,6 +4357,19 @@ my %delta = ( removed => { } }, + 5.012005 => { + delta_from => 5.012004, + changed => { + 'B::Concise' => '0.78_01', + 'Encode' => '2.39_01', + 'File::Glob' => '1.07_01', + 'Module::CoreList' => '2.50_02', + 'Unicode::UCD' => '0.29', + 'charnames' => '1.07_01', + }, + removed => { + } + }, 5.013 => { delta_from => 5.012, changed => { @@ -7423,6 +7437,12 @@ for my $version (sort { $a <=> $b } keys %delta) { 'Shell' => '1', 'Switch' => '1', }, + 5.012005 => { + 'Class::ISA' => '1', + 'Pod::Plainer' => '1', + 'Shell' => '1', + 'Switch' => '1', + }, 5.014001 => { 'Shell' => '1', }, diff --git a/dist/Module-CoreList/lib/Module/CoreList.pod b/dist/Module-CoreList/lib/Module/CoreList.pod index 4db77e6a28..e5adedb74e 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pod +++ b/dist/Module-CoreList/lib/Module/CoreList.pod @@ -78,6 +78,13 @@ Available in version 2.22 and above. Returns true if MODULE is marked as deprecated in PERL_VERSION. If PERL_VERSION is omitted, it defaults to the current version of Perl. +=item C<deprecated_in( MODULE )> + +Available in version 2.77 and above. + +Returns the first PERL_VERSION where the MODULE was marked as deprecated. Returns C<undef> +if the MODULE has not been marked as deprecated. + =item C<removed_from( MODULE )> Available in version 2.32 and above @@ -185,10 +192,11 @@ Module::CoreList currently covers the 5.000, 5.001, 5.002, 5.003_07, 5.8.0, 5.8.1, 5.8.2, 5.8.3, 5.8.4, 5.8.5, 5.8.6, 5.8.7, 5.8.8, 5.8.9, 5.9.0, 5.9.1, 5.9.2, 5.9.3, 5.9.4, 5.9.5, 5.10.0, 5.10.1, 5.11.0, 5.11.1, 5.11.2, 5.11.3, 5.11.4, 5.11.5, 5.12.0, 5.12.1, 5.12.2, 5.12.3, 5.12.4, -5.13.0, 5.13.1, 5.13.2, 5.13.3, 5.13.4, 5.13.5, 5.13.6, 5.13.7, 5.13.8, -5.13.9, 5.13.10, 5.13.11, 5.14.0, 5.14.1, 5.14.2, 5.15.0, 5.15.1, 5.15.2, -5.15.3, 5.15.4, 5.15.5, 5.15.6, 5.15.7, 5.15.8, 5.15.9, 5.16.0, 5.17.0, -5.17.1, 5.17.2, 5.17.3, 5.17.4 and 5.17.5 releases of perl. +5.12.5, 5.13.0, 5.13.1, 5.13.2, 5.13.3, 5.13.4, 5.13.5, 5.13.6, 5.13.7, +5.13.8, 5.13.9, 5.13.10, 5.13.11, 5.14.0, 5.14.1, 5.14.2 5.14.3, 5.15.0, +5.15.1, 5.15.2, 5.15.3, 5.15.4, 5.15.5, 5.15.6, 5.15.7, 5.15.8, 5.15.9, +5.16.0, 5.16.1, 5.16.2, 5.17.0, 5.17.1, 5.17.2, 5.17.3, 5.17.4 and +5.17.5 releases of perl. =head1 HISTORY diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm index 2dc9de6b12..1cd23fce90 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 = "2.75"; +$VERSION = "2.77"; sub TIEHASH { my ($class, $changed, $removed, $parent) = @_; |