Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the boolean CPAN distribution.

Report information
The Basics
Id: 27545
Status: resolved
Priority: 0/
Queue: boolean

People
Owner: Nobody in particular
Requestors: mhasch-cpanbugs [...] cozap.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.11
Fixed in: (no value)



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
Fixed in 0.12. Thanks, Ingy