make Perl::Tidy stop looking at @ARGV
Jesse Luehrs [Mon, 25 Apr 2011 14:55:22 +0000 (09:55 -0500)]
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 {