summaryrefslogtreecommitdiff
path: root/ext/Devel-Peek/t/Peek.t
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-08-13 22:56:05 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-09-15 22:45:06 -0700
commit00cc874382d18406b0909f99025f70ca0df1996d (patch)
treee5917e2ff4afecfb6bb2d818a744b78171c549f3 /ext/Devel-Peek/t/Peek.t
parent0afba48f17ab3a5f576fdfaf4e4fc8671acde2bd (diff)
downloadperl-00cc874382d18406b0909f99025f70ca0df1996d.tar.gz
Preserve outside pointers of my subs with string eval
The CvHASEVAL flag lets cv_clone know that the clone needs to have its CvOUTSIDE pointer set, for the sake of string evals’ being able to look up variables. It was only being set on anonymous subs. It should be set for all clonable subs. It doesn’t actually hurt to set it on all types of subs, whether clonable or not, since it has no effect on non-clon- able subs.
Diffstat (limited to 'ext/Devel-Peek/t/Peek.t')
0 files changed, 0 insertions, 0 deletions