This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove the conditional #define of OPpPAD_STATE from the BOOT block in B.xs
authorNicholas Clark <nick@ccl4.org>
Sun, 31 Oct 2010 09:43:15 +0000 (09:43 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 31 Oct 2010 09:43:15 +0000 (09:43 +0000)
commit170a6a5f2d9bee895633277c9ccc8dcdda6bd658
treeca7ed3d6af013a0faae3e2f4b3ff9540a3af4916
parent5c139ca2cc2e9a3a8f85a392aa64942df8953005
Remove the conditional #define of OPpPAD_STATE from the BOOT block in B.xs

This can now be done with less code in the Makefile.PL since commit
b1826b71659a2c08 changed B to use ExtUtils::Constant
ext/B/B.xs
ext/B/Makefile.PL