summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-04-25 09:55:22 -0500
committerJesse Luehrs <doy@tozt.net>2011-04-25 09:57:03 -0500
commit9688c82376c641dc783b90115b8d9fba221dcf92 (patch)
treeef36e687ee4976946a447cbf8af2ad068da28c7d /lib
parentdb129fdc65ba66a7f37c0fa0329edd7c61ee659e (diff)
downloadeval-closure-9688c82376c641dc783b90115b8d9fba221dcf92.tar.gz
eval-closure-9688c82376c641dc783b90115b8d9fba221dcf92.zip
make Perl::Tidy stop looking at @ARGV
Diffstat (limited to 'lib')
-rw-r--r--lib/Eval/Closure.pm1
1 files changed, 1 insertions, 0 deletions
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 {