diff options
author | TAKAI Kousuke <62541129+t-a-k@users.noreply.github.com> | 2022-03-04 23:32:27 +0900 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2022-03-05 12:00:47 -0700 |
commit | def4fa880cb6467a2ba7fe51736a46f05e5e2d79 (patch) | |
tree | 42f24d541f776974ed12c7e872ba80678c4e0e21 /MANIFEST | |
parent | b4603d09e3b40cd371926f222a143c4adf8a7a38 (diff) | |
download | perl-def4fa880cb6467a2ba7fe51736a46f05e5e2d79.tar.gz |
Add test for the previous commit fixing Perl_my_strtod
Perl core itself seems not to call my_strtod, so test it with XS::APItest.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4633,6 +4633,7 @@ ext/XS-APItest/t/mro.t Test mro plugin api ext/XS-APItest/t/multicall.t XS::APItest: test MULTICALL macros ext/XS-APItest/t/my_cxt.t XS::APItest: test MY_CXT interface ext/XS-APItest/t/my_exit.t XS::APItest: test my_exit +ext/XS-APItest/t/my_strtod.t XS::APItest: test my_strtod ext/XS-APItest/t/newCONSTSUB.t XS::APItest: test newCONSTSUB(_flags) ext/XS-APItest/t/newDEFSVOP.t XS::APItest: test newDEFSVOP ext/XS-APItest/t/Null.pm Helper for ./blockhooks.t |