This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Module::CoreList for 5.21.2
authorMatthew Horsfall (alh) <wolfsage@gmail.com>
Fri, 20 Jun 2014 17:15:06 +0000 (13:15 -0400)
committerMatthew Horsfall (alh) <wolfsage@gmail.com>
Fri, 20 Jun 2014 17:15:06 +0000 (13:15 -0400)
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
dist/Module-CoreList/lib/Module/CoreList/Utils.pm
pod/perldelta.pod

index ba5b4a2..6b1b894 100644 (file)
@@ -1,3 +1,5 @@
+5.021002
+
 5.021001_01
   - Prepared for v5.21.1
 
index aa93f5b..e69b970 100644 (file)
@@ -4,7 +4,7 @@ use vars qw/$VERSION %released %version %families %upstream
            %bug_tracker %deprecated %delta/;
 use Module::CoreList::TieHashDelta;
 use version;
-$VERSION = '5.021001_01';
+$VERSION = '5.021002';
 
 my $dumpinc = 0;
 sub import {
@@ -250,7 +250,8 @@ sub changes_between {
     5.019011 => '2014-04-20',
     5.020000 => '2014-05-27',
     5.021000 => '2014-05-27',
-    5.021001 => '????-??-??',
+    5.021001 => '2014-06-20',
+    5.021002 => '????-??-??',
   );
 
 for my $version ( sort { $a <=> $b } keys %released ) {
@@ -10040,6 +10041,17 @@ for my $version ( sort { $a <=> $b } keys %released ) {
         removed => {
         }
     },
+    5.021002 => {
+        delta_from => 5.021001,
+        changed => {
+            'Config'                => '5.021002',
+            'Module::CoreList'      => '5.021002',
+            'Module::CoreList::TieHashDelta'=> '5.021002',
+            'Module::CoreList::Utils'=> '5.021002',
+        },
+        removed => {
+        }
+    },
 );
 
 sub is_core
@@ -10455,6 +10467,13 @@ for my $version (sort { $a <=> $b } keys %delta) {
         removed => {
         }
     },
+    5.021002 => {
+        delta_from => 5.021001,
+        changed => {
+        },
+        removed => {
+        }
+    },
 );
 
 for my $version (sort { $a <=> $b } keys %deprecated) {
index cc6ad1a..be37e4d 100644 (file)
@@ -230,7 +230,7 @@ Module::CoreList currently covers the 5.000, 5.001, 5.002, 5.003_07,
 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, 5.17.9, 5.17.10, 5.17.11, 5.18.0,
 5.19.0, 5.19.1, 5.19.2, 5.19.3, 5.19.4, 5.19.5, 5.19.6, 5.19.7, 5.19.8,
-5.19.9, 5.19.10, 5.19.11, 5.20.0, 5.21.0 and 5.21.1 releases of perl.
+5.19.9, 5.19.10, 5.19.11, 5.20.0, 5.21.0, 5.21.1 and 5.21.2 releases of perl.
 
 =head1 HISTORY
 
index fd24ef1..ae9947e 100644 (file)
@@ -3,7 +3,7 @@ package Module::CoreList::TieHashDelta;
 use strict;
 use vars qw($VERSION);
 
-$VERSION = '5.021001_01';
+$VERSION = '5.021002';
 
 sub TIEHASH {
     my ($class, $changed, $removed, $parent) = @_;
index b3ac48d..218c37a 100644 (file)
@@ -6,7 +6,7 @@ use vars qw[$VERSION %utilities];
 use Module::CoreList;
 use Module::CoreList::TieHashDelta;
 
-$VERSION = '5.021001_01';
+$VERSION = '5.021002';
 
 sub utilities {
     my $perl = shift;
@@ -936,6 +936,13 @@ my %delta = (
             's2p'                   => 1,
         }
     },
+    5.021002 => {
+        delta_from => 5.021001,
+        changed => {
+        },
+        removed => {
+        }
+    },
 );
 
 for my $version (sort { $a <=> $b } keys %delta) {
index 538bc14..aa6b199 100644 (file)
@@ -121,6 +121,10 @@ XXX
 
 L<XXX> has been upgraded from version A.xx to B.yy.
 
+=item *
+
+L<Module::CoreList> has been upgraded from version 5.021001_1 to 5.021002.
+
 =back
 
 =head2 Removed Modules and Pragmata