bump version for release
[p5sagit/App-FatPacker.git] / lib / App / FatPacker.pm
index 207141f..2ae6f3a 100644 (file)
@@ -14,7 +14,7 @@ use File::Copy qw(copy);
 use File::Path qw(mkpath rmtree);
 use B qw(perlstring);
 
-our $VERSION = '0.009016'; # 0.009.016
+our $VERSION = '0.009017'; # 0.009.017
 
 $VERSION = eval $VERSION;
 
@@ -127,7 +127,7 @@ sub trace {
     return;
   } else {
     # no output target specified, slurp
-    open my $out_fh, '-|', $^X, @args;
+    open my $out_fh, "$^X @args |";
     return do { local $/; <$out_fh> };
   }
 }