make Perl::Tidy stop looking at @ARGV
[gitmo/Eval-Closure.git] / lib / Eval / Closure.pm
index a610194..7cf884d 100644 (file)
@@ -231,6 +231,7 @@ sub _dump_source {
         Perl::Tidy::perltidy(
             source      => \$source,
             destination => \$output,
+            argv        => [],
         );
     }
     else {