]> git.vpit.fr Git - perl/modules/indirect.git/commitdiff
Turn on CvCLONE for all anonymous subs passed as hooks rt47902
authorVincent Pit <vince@profvince.com>
Wed, 15 Jul 2009 16:15:42 +0000 (18:15 +0200)
committerVincent Pit <vince@profvince.com>
Wed, 15 Jul 2009 16:15:42 +0000 (18:15 +0200)
So that they're cloned later, which seems to fix some strange issues that arose with a5339a6ced4d5e3ad1541320476c3d6bf8ff9408 when the default callbacks were no longer capturing an external pad (which used to make them eligible for cloning).

This fixes RT #47902.


No differences found