summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorDavid Golden <dagolden@cpan.org>2009-10-20 23:25:40 -0400
committerDavid Golden <dagolden@cpan.org>2009-10-20 23:44:22 -0400
commita762e0540fbc9804c533c635cdd3dda69e1e7a5c (patch)
tree52128da82d18dd0f753ae67e6dcd15aeb17e7472 /dist
parentc77945c3ac1accefe435a4ba5074a4f9257b4bf9 (diff)
downloadperl-a762e0540fbc9804c533c635cdd3dda69e1e7a5c.tar.gz
Auto-generate deprecation list via corelist.pl
Diffstat (limited to 'dist')
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm17
1 files changed, 17 insertions, 0 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index f5ccf0e143..6ddcbbee93 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -10904,6 +10904,21 @@ for my $version ( sort { $a <=> $b } keys %released ) {
},
);
+%deprecated = (
+ 5.011 => {
+ 'Class::ISA' => '1',
+ 'Pod::Plainer' => '1',
+ 'Shell' => '1',
+ 'Switch' => '1',
+ },
+ 5.011001 => {
+ 'Class::ISA' => '1',
+ 'Pod::Plainer' => '1',
+ 'Shell' => '1',
+ 'Switch' => '1',
+ },
+);
+
%upstream = (
'App::Prove' => undef,
'App::Prove::State' => undef,
@@ -11871,5 +11886,7 @@ $version{'5.000'} = $version{5};
$version{'5.010000'} = $version{5.01};
$version{'5.011000'} = $version{5.011};
+$deprecated{'5.011000'} = $deprecated{5.011};
+
1;
__END__