Subject: | copy+paste error in pod: second occurence of true() should read null() |
It appears to me that one headline in lib/boolean.pm got wrong, see patch.
This is a documentation issue, thus no platform specifics.
Subject: | poderror.patch |
--- lib/boolean.pm.dist 2007-06-11 21:17:40.000000000 +0200
+++ lib/boolean.pm 2007-06-12 13:53:03.000000000 +0200
@@ -125,7 +125,7 @@
giving it the name "C<null>" to match common programming language
terminology.
-=head2 true()
+=head2 null()
This function always returns a scalar whose value is the Perl internals
constant C<PL_sv_undef>. The function acts like a constant and thus takes