pod2html: try to be EOL agnostic.
[p5sagit/p5-mst-13.2.git] / lib / Shell.pm
index 44318d2..9762a3a 100644 (file)
@@ -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 { }