From d33192724b4e73a6603e1c50cfd7b531715fd007 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 20 Oct 2010 14:45:00 -0500 Subject: add comment to clarify --- lib/Eval/Closure.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Eval') 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 { -- cgit v1.2.3-54-g00ecf