summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-10-20 14:45:00 -0500
committerJesse Luehrs <doy@tozt.net>2010-10-20 14:45:00 -0500
commitd33192724b4e73a6603e1c50cfd7b531715fd007 (patch)
tree7c8ec142fc419351c9ba2faa779a6e8fa81f04ea /lib
parent2da5b7e24dd4e2a70b69ad642905ba7b69a4be79 (diff)
downloadeval-closure-d33192724b4e73a6603e1c50cfd7b531715fd007.tar.gz
eval-closure-d33192724b4e73a6603e1c50cfd7b531715fd007.zip
add comment to clarify
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 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 {