summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorNicolas R <nicolas@atoomic.org>2022-04-08 13:52:16 -0600
committerKarl Williamson <khw@cpan.org>2022-05-27 21:32:28 -0600
commit2af2513acebd4252429a3df47ef0ddde748b7ae5 (patch)
tree7659e3f00d832dad812cae433b479050a9e3928e /MANIFEST
parent00d3871069fa4c1d973663e5c3eb80ef1bc8409f (diff)
downloadperl-2af2513acebd4252429a3df47ef0ddde748b7ae5.tar.gz
Add B helpers to check if the Sv is a boolean
Bool are using PVNV. It makes it more convenient to provide these helpers at the top level for any SVs. So we can easily check if the SV is a boolean and check if it's true or false.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index ff6cfe59a5..75e68c0488 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4247,6 +4247,7 @@ ext/B/Makefile.PL Compiler backend makefile writer
ext/B/O.pm Compiler front-end module (-MO=...)
ext/B/t/b.t See if B works
ext/B/t/B/success.pm Test module for ext/B/t/o.t
+ext/B/t/bool.t See if B works for bool
ext/B/t/concise.t See whether B::Concise works
ext/B/t/concise-xs.t See whether B::Concise recognizes XS functions
ext/B/t/f_map code from perldoc -f map