summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-01-31 23:27:26 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2015-01-31 23:27:26 +0000
commit5767d82a7d7c1c398c653b0d996f58e7d2e49c8a (patch)
tree7382f6343225c8b20de4ef9bcf47e96115a8c88f
parentd428331bc0f5293721c2a4354712f34f26a75583 (diff)
downloadperl-5767d82a7d7c1c398c653b0d996f58e7d2e49c8a.tar.gz
Module::CoreList - Remove 5.21.9 stubs
As promised in commit 7e8fc2abfe, this removes the stubs for the as-yet unreleased 5.21.9.
-rw-r--r--dist/Module-CoreList/Changes3
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm17
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm7
3 files changed, 0 insertions, 27 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index c8769edb7b..24c0bbbdec 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,6 +1,3 @@
-5.20150220
- - Updated for v5.21.9
-
5.20150131
- Updated for v5.20.2
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index ce6c2d6463..fee2abc291 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -262,7 +262,6 @@ sub changes_between {
5.021007 => '2014-12-20',
5.021008 => '2015-01-20',
5.020002 => '????-??-??',
- 5.021009 => '????-??-??',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -11090,15 +11089,6 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
- 5.021009 => {
- delta_from => 5.021008,
- changed => {
- 'B::Op_private' => '5.021009',
- 'Config' => '5.021009',
- },
- removed => {
- }
- },
);
sub is_core
@@ -11591,13 +11581,6 @@ for my $version (sort { $a <=> $b } keys %delta) {
removed => {
}
},
- 5.021009 => {
- delta_from => 5.021008,
- changed => {
- },
- removed => {
- }
- },
);
for my $version (sort { $a <=> $b } keys %deprecated) {
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index 12c4b0784e..0aa07712a4 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -1013,13 +1013,6 @@ my %delta = (
removed => {
}
},
- 5.021009 => {
- delta_from => 5.021008,
- changed => {
- },
- removed => {
- }
- },
);
for my $version (sort { $a <=> $b } keys %delta) {