diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-09-07 18:42:07 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-09-07 18:42:07 -0700 |
commit | 069420962bb857d2d053b8dd2bad601dd2a2d56e (patch) | |
tree | c2ba71b0fb8284fa6915ac73b4afc3d5a74533e1 /MANIFEST | |
parent | 851b527ad18524f953bb52604a2b669eb2e68648 (diff) | |
download | perl-069420962bb857d2d053b8dd2bad601dd2a2d56e.tar.gz |
Revert "Let av_push accept NULL values"
This reverts commit 7b6e8075e45ebc684565efbe3ce7b70435f20c79.
It turns out to be problematic, because it causes NULLs on the stack,
which XSUBs may trip on.
My main reason for it was actually to try to resolve some CPAN
failures, but it turns out that other fixes have removed the
need for that.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -3941,7 +3941,6 @@ ext/XS-APItest/README XS::APItest extension ext/XS-APItest/t/addissub.t test op check wrapping ext/XS-APItest/t/arrayexpr.t test recursive descent expression parsing ext/XS-APItest/t/autoload.t Test XS AUTOLOAD routines -ext/XS-APItest/t/av.t Test AV functions ext/XS-APItest/t/BHK.pm Helper for ./blockhooks.t ext/XS-APItest/t/blockasexpr.t test recursive descent block parsing ext/XS-APItest/t/blockhooks-csc.t XS::APItest: more tests for PL_blockhooks |