diff options
author | Vincent Pit <perl@profvince.com> | 2008-02-09 00:22:19 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-03-10 12:56:41 +0000 |
commit | 218787bdb7a9250de0cc00118d84dcb23ff2f1c5 (patch) | |
tree | d58fca3abb8ca3344254998083498ae02f53162e /MANIFEST | |
parent | 3788ef8ffa548a64c7425dab843bc6e906dec25c (diff) | |
download | perl-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-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |