From: Jesse Luehrs Date: Wed, 20 Oct 2010 19:45:00 +0000 (-0500) Subject: add comment to clarify X-Git-Tag: 0.01~26 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d33192724b4e73a6603e1c50cfd7b531715fd007;p=gitmo%2FEval-Closure.git add comment to clarify --- diff --git a/lib/Eval/Closure.pm b/lib/Eval/Closure.pm index 963de51..0b8bd27 100644 --- a/lib/Eval/Closure.pm +++ b/lib/Eval/Closure.pm @@ -47,6 +47,7 @@ sub _canonicalize_source { } sub _clean_eval_closure { + # my ($source, $__captures, $name) = @_ my $__captures = $_[1]; do {