From 9688c82376c641dc783b90115b8d9fba221dcf92 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 25 Apr 2011 09:55:22 -0500 Subject: make Perl::Tidy stop looking at @ARGV --- lib/Eval/Closure.pm | 1 + 1 file changed, 1 insertion(+) 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 { -- cgit v1.2.3-54-g00ecf