Don't need to require utf8_pva.pl at top of file
[p5sagit/p5-mst-13.2.git] / lib / Shell.pm
index 83cc004..a89db69 100644 (file)
@@ -6,7 +6,7 @@ use File::Spec::Functions;
 
 our($capture_stderr, $VERSION, $AUTOLOAD);
 
-$VERSION = '0.5.1';
+$VERSION = '0.5.2';
 
 sub new { bless \my $foo, shift }
 sub DESTROY { }