From: Jesse Luehrs Date: Mon, 25 Apr 2011 14:55:22 +0000 (-0500) Subject: make Perl::Tidy stop looking at @ARGV X-Git-Tag: 0.05~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9688c82376c641dc783b90115b8d9fba221dcf92;p=gitmo%2FEval-Closure.git make Perl::Tidy stop looking at @ARGV --- diff --git a/lib/Eval/Closure.pm b/lib/Eval/Closure.pm index a610194..7cf884d 100644 --- a/lib/Eval/Closure.pm +++ b/lib/Eval/Closure.pm @@ -231,6 +231,7 @@ sub _dump_source { Perl::Tidy::perltidy( source => \$source, destination => \$output, + argv => [], ); } else {