X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FShell.pm;h=9762a3aa0bb7be6d1182b463f0832e5f3a299ee2;hb=3b825e419da1c361eab06a1e6d287276c0aef241;hp=c2f522cae309363daeac532639022f40f59c10ad;hpb=22d4bb9ccb8701e68f9243547d7e3a3c55f70908;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Shell.pm b/lib/Shell.pm index c2f522c..9762a3a 100644 --- a/lib/Shell.pm +++ b/lib/Shell.pm @@ -1,10 +1,10 @@ package Shell; -use 5.005_64; +use 5.006_001; use strict; use warnings; our($capture_stderr, $VERSION, $AUTOLOAD); -$VERSION = '0.3'; +$VERSION = '0.4'; sub new { bless \$VERSION, shift } # Nothing better to bless sub DESTROY { } @@ -196,6 +196,6 @@ Larry Wall Changes by Jenda@Krynicky.cz and Dave Cottle -Changes and bug fixes by Casey Tweten +Changes and bug fixes by Casey West =cut