summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorTAKAI Kousuke <62541129+t-a-k@users.noreply.github.com>2022-03-04 23:32:27 +0900
committerKarl Williamson <khw@cpan.org>2022-03-05 12:00:47 -0700
commitdef4fa880cb6467a2ba7fe51736a46f05e5e2d79 (patch)
tree42f24d541f776974ed12c7e872ba80678c4e0e21 /MANIFEST
parentb4603d09e3b40cd371926f222a143c4adf8a7a38 (diff)
downloadperl-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--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index f5412cdf3b..8f3dc8700d 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -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