summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorVincent Pit <perl@profvince.com>2008-02-09 00:22:19 +0100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-03-10 12:56:41 +0000
commit218787bdb7a9250de0cc00118d84dcb23ff2f1c5 (patch)
treed58fca3abb8ca3344254998083498ae02f53162e /MANIFEST
parent3788ef8ffa548a64c7425dab843bc6e906dec25c (diff)
downloadperl-218787bdb7a9250de0cc00118d84dcb23ff2f1c5.tar.gz
Re: [PATCH] mg_magical() sometimes turns SvRMAGICAL on when it shouldn't
Message-ID: <47ACD61B.6030501@profvince.com> p4raw-id: //depot/perl@33458
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 793653336a..2b9e0f8e6b 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1259,6 +1259,7 @@ ext/XS/APItest/t/my_cxt.t XS::APItest: test MY_CXT interface
ext/XS/APItest/t/op.t XS::APItest: tests for OP related APIs
ext/XS/APItest/t/printf.t XS::APItest extension
ext/XS/APItest/t/push.t XS::APItest extension
+ext/XS/APItest/t/rmagical.t XS::APItest extension
ext/XS/APItest/t/svsetsv.t Test behaviour of sv_setsv with/without PERL_CORE
ext/XS/APItest/t/xs_special_subs_require.t for require too
ext/XS/APItest/t/xs_special_subs.t Test that XS BEGIN/CHECK/INIT/END work