summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2013-09-07 18:42:07 -0700
committerFather Chrysostomos <sprout@cpan.org>2013-09-07 18:42:07 -0700
commit069420962bb857d2d053b8dd2bad601dd2a2d56e (patch)
treec2ba71b0fb8284fa6915ac73b4afc3d5a74533e1 /MANIFEST
parent851b527ad18524f953bb52604a2b669eb2e68648 (diff)
downloadperl-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--MANIFEST1
1 files changed, 0 insertions, 1 deletions
diff --git a/MANIFEST b/MANIFEST
index d1cc4f19b1..4679c952ce 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -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