Update Module-CoreList for v5.16.3
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Mon, 11 Mar 2013 16:42:10 +0000 (16:42 +0000)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Mon, 11 Mar 2013 16:42:10 +0000 (16:42 +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 c6fc6b9..d332377 100644 (file)
@@ -1,3 +1,6 @@
+2.84 Mon Mar 11 2013
+  - Updated for v5.16.3
+
 2.83 Sun Mar 10 2013
   - Updated for v5.14.4
 
index 7ba2ce9..5797608 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.83';
+$VERSION = '2.84';
 
 my $dumpinc = 0;
 sub import {
@@ -227,6 +227,7 @@ sub changes_between {
     5.017008 => '2013-01-20',
     5.017009 => '2013-02-20',
     5.014004 => '2013-03-10',
+    5.016003 => '2013-03-11',
   );
 
 for my $version ( sort { $a <=> $b } keys %released ) {
@@ -6772,6 +6773,16 @@ my %delta = (
         removed => {
         }
     },
+    5.016003 => {
+        delta_from => 5.016002,
+        changed => {
+            'Encode'                => '2.44_01',
+            'Module::CoreList'      => '2.76_02',
+            'XS::APItest'           => '0.39',
+        },
+        removed => {
+        }
+    },
     5.017 => {
         delta_from => 5.016,
         changed => {
@@ -8034,9 +8045,11 @@ for my $version (sort { $a <=> $b } keys %delta) {
         'Term::UI'              => '1',
         'Term::UI::History'     => '1',
     },
-    5.014003 => {
+    5.014004 => {
        'Shell'                 => '1',
     },
+    5.016003 => {
+    },
 );
 
 %upstream = (
index a56454a..46f4f9e 100644 (file)
@@ -195,8 +195,8 @@ Module::CoreList currently covers the 5.000, 5.001, 5.002, 5.003_07,
 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.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.
+5.15.9, 5.16.0, 5.16.1, 5.16.2, 5.16.3, 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 a186b01..934b3a6 100644 (file)
@@ -3,7 +3,7 @@ package Module::CoreList::TieHashDelta;
 use strict;
 use vars qw($VERSION);
 
-$VERSION = "2.83";
+$VERSION = "2.84";
 
 sub TIEHASH {
     my ($class, $changed, $removed, $parent) = @_;