projects
/
p5sagit/Eval-WithLexicals.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3fb66cc
)
No need for around here now we compose
David Leadbeater [Wed, 12 Jan 2011 21:35:52 +0000 (21:35 +0000)]
lib/Eval/WithLexicals/WithHintPersistence.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Eval/WithLexicals/WithHintPersistence.pm
b/lib/Eval/WithLexicals/WithHintPersistence.pm
index
75e0433
..
e95a008
100644
(file)
--- a/
lib/Eval/WithLexicals/WithHintPersistence.pm
+++ b/
lib/Eval/WithLexicals/WithHintPersistence.pm
@@
-46,8
+46,7
@@
sub _capture_unroll_global {
);
}
-around setup_code => sub {
- shift; # we bypass orig, i.e. using role as normal inheritance.
+sub setup_code {
my($self) = @_;
# Only run the prelude on the first eval, hints will be set after
# that.