projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c9a0cae
)
Actually note that Shell.pm is deprecated for 5.13 and 5.14, so we can
Jesse Vincent [Tue, 18 May 2010 16:17:24 +0000 (12:17 -0400)]
remove it in 5.15 in the Spring of 2011.
cpan/Shell/Shell.pm
patch
|
blob
|
blame
|
history
diff --git
a/cpan/Shell/Shell.pm
b/cpan/Shell/Shell.pm
index
72c7ec2
..
66a0c6b
100644
(file)
--- 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 { }