From: Jesse Vincent Date: Tue, 18 May 2010 16:17:24 +0000 (-0400) Subject: Actually note that Shell.pm is deprecated for 5.13 and 5.14, so we can X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=142c3795604e17a31bf6c9e74242f4d464918df6;p=p5sagit%2Fp5-mst-13.2.git 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. --- diff --git a/cpan/Shell/Shell.pm b/cpan/Shell/Shell.pm index 72c7ec2..66a0c6b 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 { }