add comment to clarify
Jesse Luehrs [Wed, 20 Oct 2010 19:45:00 +0000 (14:45 -0500)]
lib/Eval/Closure.pm

index 963de51..0b8bd27 100644 (file)
@@ -47,6 +47,7 @@ sub _canonicalize_source {
 }
 
 sub _clean_eval_closure {
+    # my ($source, $__captures, $name) = @_
     my $__captures = $_[1];
 
     do {