]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commitdiff
Represent nulled COPs as B::COP objects
authorVincent Pit <vince@profvince.com>
Fri, 25 Sep 2015 10:09:04 +0000 (12:09 +0200)
committerVincent Pit <vince@profvince.com>
Fri, 25 Sep 2015 10:09:04 +0000 (12:09 +0200)
This change was added to the core B.xs in commit 619dadb5, which was made
public in perl 5.21.7. It is pretty unlikely that magic will ever be called
for these nulled ops, but it is better to keep our chunk of B.xs in sync
with the core.


No differences found