summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2013-11-21 13:50:34 -0500
committerRicardo Signes <rjbs@cpan.org>2013-11-21 13:50:34 -0500
commitde1b2d65f04342fd000f091354590c52d0d4c3ba (patch)
tree3cfc22f1b5cd24e742552d53067f1ece1de4a93f
parent7af50e74dd6d79a3b56d23c7b5ca935268ba8289 (diff)
downloadperl-de1b2d65f04342fd000f091354590c52d0d4c3ba.tar.gz
remove 5.19.7 tentative entries from corelist
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm18
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm7
2 files changed, 0 insertions, 25 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 417c5ed6b5..781f5fc06d 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -9144,17 +9144,6 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
- 5.019007 => {
- delta_from => 5.019006,
- changed => {
- 'Config' => '5.019007',
- 'Module::CoreList' => '3.02',
- 'Module::CoreList::TieHashDelta'=> '3.02',
- 'Module::CoreList::Utils'=> '3.02',
- },
- removed => {
- }
- },
);
sub is_core
@@ -9506,13 +9495,6 @@ for my $version (sort { $a <=> $b } keys %delta) {
removed => {
}
},
- 5.019007 => {
- delta_from => 5.019006,
- 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 5967e032ad..310c1548f9 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -875,13 +875,6 @@ my %delta = (
removed => {
}
},
- 5.019007 => {
- delta_from => 5.019006,
- changed => {
- },
- removed => {
- }
- },
);
for my $version (sort { $a <=> $b } keys %delta) {