projects
/
gitmo/Eval-Closure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2da5b7e
)
add comment to clarify
Jesse Luehrs [Wed, 20 Oct 2010 19:45:00 +0000 (14:45 -0500)]
lib/Eval/Closure.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Eval/Closure.pm
b/lib/Eval/Closure.pm
index
963de51
..
0b8bd27
100644
(file)
--- 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 {