Finalise Module-CoreList for v5.14.4
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Mon, 11 Mar 2013 00:26:53 +0000 (00:26 +0000)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Mon, 11 Mar 2013 00:26:53 +0000 (00:26 +0000)
dist/Module-CoreList/Changes
dist/Module-CoreList/lib/Module/CoreList.pm
dist/Module-CoreList/lib/Module/CoreList.pod
dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm

index 3c40ca6..c6fc6b9 100644 (file)
@@ -1,3 +1,4 @@
+2.83 Sun Mar 10 2013
   - Updated for v5.14.4
 
 2.82 Wed Feb 20 2013
index 47ddf00..7ba2ce9 100644 (file)
@@ -3,7 +3,7 @@ use strict;
 use vars qw/$VERSION %released %version %families %upstream
            %bug_tracker %deprecated/;
 use Module::CoreList::TieHashDelta;
-$VERSION = '2.82';
+$VERSION = '2.83';
 
 my $dumpinc = 0;
 sub import {
@@ -226,6 +226,7 @@ sub changes_between {
     5.017007 => '2012-12-18',
     5.017008 => '2013-01-20',
     5.017009 => '2013-02-20',
+    5.014004 => '2013-03-10',
   );
 
 for my $version ( sort { $a <=> $b } keys %released ) {
index ebc4409..a56454a 100644 (file)
@@ -193,10 +193,10 @@ Module::CoreList currently covers the 5.000, 5.001, 5.002, 5.003_07,
 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.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, 5.17.5,
-5.17.6, 5.17.7, 5.17.8 and 5.17.9 releases of perl.
+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.14.4,
+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,
+5.17.5, 5.17.6, 5.17.7, 5.17.8 and 5.17.9 releases of perl.
 
 =head1 HISTORY
 
index 0b2068c..a186b01 100644 (file)
@@ -3,7 +3,7 @@ package Module::CoreList::TieHashDelta;
 use strict;
 use vars qw($VERSION);
 
-$VERSION = "2.82";
+$VERSION = "2.83";
 
 sub TIEHASH {
     my ($class, $changed, $removed, $parent) = @_;