Only 21 tests, skipping or not.
[p5sagit/p5-mst-13.2.git] / lib / Shell.pm
index 44318d2..5d2f217 100644 (file)
@@ -1,10 +1,10 @@
 package Shell;
-use 5.005_64;
+use 5.6.1;
 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 { }