This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
stub CoreList for v5.19.3
authorAristotle Pagaltzis <pagaltzis@gmx.de>
Mon, 22 Jul 2013 07:07:37 +0000 (09:07 +0200)
committerAristotle Pagaltzis <pagaltzis@gmx.de>
Mon, 22 Jul 2013 07:07:37 +0000 (09:07 +0200)
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

index fbcbd4d..b3f2460 100644 (file)
@@ -1,3 +1,6 @@
+2.95 Mon Jun 22 2013
+  - Updated for v5.19.3
+
 2.94 Sun Jun 21 2013
   - Updated for v5.19.2
 
index 008ef8a..7533c95 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.94';
+$VERSION = '2.95';
 
 my $dumpinc = 0;
 sub import {
@@ -234,6 +234,7 @@ sub changes_between {
     5.019000 => '2013-05-20',
     5.019001 => '2013-06-21',
     5.019002 => '2013-07-22',
+    5.019003 => '2013-08-??',
   );
 
 for my $version ( sort { $a <=> $b } keys %released ) {
@@ -8447,6 +8448,13 @@ my %delta = (
         removed => {
         }
     },
+    5.019003 => {
+        delta_from => 5.019002,
+        changed => {
+        },
+        removed => {
+        }
+    },
 );
 
 for my $version (sort { $a <=> $b } keys %delta) {
@@ -8681,6 +8689,13 @@ for my $version (sort { $a <=> $b } keys %delta) {
         removed => {
         }
     },
+    5.019003 => {
+        delta_from => 5.019002,
+        changed => {
+        },
+        removed => {
+        }
+    },
 );
 
 for my $version (sort { $a <=> $b } keys %deprecated) {
index 8c7fa46..5e09ede 100644 (file)
@@ -197,7 +197,7 @@ Module::CoreList currently covers the 5.000, 5.001, 5.002, 5.003_07,
 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.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 and 5.19.2 releases of perl.
+5.19.0, 5.19.1, 5.19.2 and 5.19.3 releases of perl.
 
 =head1 HISTORY
 
index e5c5d8b..bf328c6 100644 (file)
@@ -3,7 +3,7 @@ package Module::CoreList::TieHashDelta;
 use strict;
 use vars qw($VERSION);
 
-$VERSION = "2.94";
+$VERSION = "2.95";
 
 sub TIEHASH {
     my ($class, $changed, $removed, $parent) = @_;
index 83dfc26..5d66e4b 100644 (file)
@@ -6,7 +6,7 @@ use vars qw[$VERSION %utilities];
 use Module::CoreList;
 use Module::CoreList::TieHashDelta;
 
-$VERSION = '2.94';
+$VERSION = '2.95';
 
 sub utilities {
     my $perl = shift;