summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2014-02-20 18:10:51 +1100
committerTony Cook <tony@develop-help.com>2014-02-20 18:10:51 +1100
commitbaca455461522d62967cae39a044a49583cb6aae (patch)
tree5ae17dfedf4073150d2257a30922e62fed6aa56d /dist
parent97d03b5788ee6f8a1fcf924ccabe0de7894b5df6 (diff)
downloadperl-baca455461522d62967cae39a044a49583cb6aae.tar.gz
prepare Module::CoreList for next release
Diffstat (limited to 'dist')
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm22
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pod3
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm9
4 files changed, 32 insertions, 4 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index e986865c30..d43b3c341b 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -4,7 +4,7 @@ use vars qw/$VERSION %released %version %families %upstream
%bug_tracker %deprecated %delta/;
use Module::CoreList::TieHashDelta;
use version;
-$VERSION = '3.06';
+$VERSION = '3.07';
my $dumpinc = 0;
sub import {
@@ -246,6 +246,7 @@ sub changes_between {
5.018002 => '2014-01-06',
5.019008 => '2014-01-20',
5.019009 => '2014-02-20',
+ 5.019010 => '????-??-??',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -9573,6 +9574,17 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.019010 => {
+ delta_from => 5.019009,
+ changed => {
+ 'Config' => '5.019010',
+ 'Module::CoreList' => '3.07',
+ 'Module::CoreList::TieHashDelta'=> '3.07',
+ 'Module::CoreList::Utils'=> '3.07',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -9953,6 +9965,13 @@ for my $version (sort { $a <=> $b } keys %delta) {
removed => {
}
},
+ 5.019010 => {
+ delta_from => 5.019009,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
for my $version (sort { $a <=> $b } keys %deprecated) {
@@ -10786,6 +10805,7 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
$released{'5.000'} = $released{5};
$version{'5.000'} = $version{5};
+_create_aliases(\%delta);
_create_aliases(\%released);
_create_aliases(\%version);
_create_aliases(\%deprecated);
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pod b/dist/Module-CoreList/lib/Module/CoreList.pod
index f8e790ad27..2c72d80c95 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pod
+++ b/dist/Module-CoreList/lib/Module/CoreList.pod
@@ -228,7 +228,8 @@ 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, 5.19.2, 5.19.3, 5.19.4, 5.19.5, 5.19.6, 5.19.7, 5.19.8 and 5.19.9 releases of perl.
+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 and 5.19.10 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 9db5f59fe1..635e9135d2 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 = "3.06";
+$VERSION = "3.07";
sub TIEHASH {
my ($class, $changed, $removed, $parent) = @_;
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index 314525ff4f..4a3580d397 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -6,7 +6,7 @@ use vars qw[$VERSION %utilities];
use Module::CoreList;
use Module::CoreList::TieHashDelta;
-$VERSION = '3.06';
+$VERSION = '3.07';
sub utilities {
my $perl = shift;
@@ -896,6 +896,13 @@ my %delta = (
removed => {
}
},
+ 5.019010 => {
+ delta_from => 5.019009,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
for my $version (sort { $a <=> $b } keys %delta) {