]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commit
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)
commit5663aeb8fcd42b77a62b817fd2070dada1bd56ce
tree30c0b1eb8bcc5eb82a0f6a74b6798efc7af87a42
parent7afdaf8f49acc22b13ccfcee9bc03045d0a88036
Represent nulled COPs as B::COP objects

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.
Magic.xs