summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2010-05-18 12:17:24 -0400
committerJesse Vincent <jesse@bestpractical.com>2010-05-18 12:17:24 -0400
commit142c3795604e17a31bf6c9e74242f4d464918df6 (patch)
tree11030169a2b439badf1b0733869a42a28770e813
parentc9a0cae924d6331f0cc9997f1841d0544a2e5f63 (diff)
downloadperl-142c3795604e17a31bf6c9e74242f4d464918df6.tar.gz
Actually note that Shell.pm is deprecated for 5.13 and 5.14, so we can
remove it in 5.15 in the Spring of 2011.
-rw-r--r--cpan/Shell/Shell.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpan/Shell/Shell.pm b/cpan/Shell/Shell.pm
index 72c7ec2137..66a0c6b0e1 100644
--- a/cpan/Shell/Shell.pm
+++ b/cpan/Shell/Shell.pm
@@ -9,6 +9,8 @@ our($capture_stderr, $raw, $VERSION, $AUTOLOAD);
$VERSION = '0.72_01';
$VERSION = eval $VERSION;
+use if $] >= 5.011, 'deprecate';
+
sub new { bless \my $foo, shift }
sub DESTROY { }