diff options
author | Zefram <zefram@fysh.org> | 2010-09-15 00:21:16 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-09-16 11:15:23 +0200 |
commit | defdfed5e6b9e2f8b9451febd0406ed351042bb9 (patch) | |
tree | 6cc4657a95c2fa6a8117688f8d25b90a20e6e675 /MANIFEST | |
parent | b28e2c3cb7448b983edc991b66c9eb650488d89b (diff) | |
download | perl-defdfed5e6b9e2f8b9451febd0406ed351042bb9.tar.gz |
add hv_copy_hints_hv and save_hints to the API
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3332,6 +3332,7 @@ ext/XS-APItest/t/blockhooks.t XS::APItest: tests for PL_blockhooks ext/XS-APItest/t/Block.pm Helper for ./blockhooks.t ext/XS-APItest/t/caller.t XS::APItest: tests for caller_cx ext/XS-APItest/t/call.t XS::APItest extension +ext/XS-APItest/t/copyhints.t test hv_copy_hints_hv() API ext/XS-APItest/t/exception.t XS::APItest extension ext/XS-APItest/t/hash.t XS::APItest: tests for hash related APIs ext/XS-APItest/t/Markers.pm Helper for ./blockhooks.t @@ -3344,6 +3345,7 @@ ext/XS-APItest/t/printf.t XS::APItest extension ext/XS-APItest/t/ptr_table.t Test ptr_table_* APIs ext/XS-APItest/t/push.t XS::APItest extension ext/XS-APItest/t/rmagical.t XS::APItest extension +ext/XS-APItest/t/savehints.t test SAVEHINTS() API ext/XS-APItest/t/svpeek.t XS::APItest extension ext/XS-APItest/t/svsetsv.t Test behaviour of sv_setsv with/without PERL_CORE ext/XS-APItest/t/temp_lv_sub.t XS::APItest: tests for lvalue subs returning temps |