summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2021-08-07 15:11:40 +0100
committerPaul Evans <leonerd@leonerd.org.uk>2021-09-10 20:08:40 +0100
commitd0a5ecaa9789935767a78a79b7830ffff24f524c (patch)
tree1ca9fb302f2a7679997b8b8eccfab9ba1f2b1ca3 /MANIFEST
parent1d0d673f78c5c03a0f3c97ceeb7686e9388e0611 (diff)
downloadperl-d0a5ecaa9789935767a78a79b7830ffff24f524c.tar.gz
Add a Scalar::Util::isbool()
Remember to SvGETMAGIC() before testing SvIsBOOL() (thanks @tonycoz) Unit-test that booleaness is preserved on values passed in to, out of, or captured by threads
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index b9a42c0ad1..5cc433a409 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1977,6 +1977,8 @@ cpan/Scalar-List-Utils/multicall.h Util extension
cpan/Scalar-List-Utils/t/00version.t Scalar::Util
cpan/Scalar-List-Utils/t/any-all.t List::Util
cpan/Scalar-List-Utils/t/blessed.t Scalar::Util
+cpan/Scalar-List-Utils/t/boolean.t Scalar::Util
+cpan/Scalar-List-Utils/t/boolean-thr.t Scalar::Util
cpan/Scalar-List-Utils/t/dualvar.t Scalar::Util
cpan/Scalar-List-Utils/t/exotic_names.t
cpan/Scalar-List-Utils/t/first.t List::Util