Skip Menu |

This queue is for tickets about the Carp-Assert-More CPAN distribution.

Report information
The Basics
Id: 45405
Status: resolved
Priority: 0/
Queue: Carp-Assert-More

People
Owner: Nobody in particular
Requestors: TSHINNIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 1.12
Fixed in: (no value)



Subject: Minor doc bug: assert_nonnegative_integer()
Description for assert_nonnegative_integer has incorrect example: assert_nonnegative_integer( -14 ); # pass should probably be assert_nonnegative_integer( 14 ); # pass assert_nonnegative_integer( -14 ); # FAIL The example does indeed assert failure, so it isn't just me confused (like usually). I scanned the rest of the examples and didn't see any others. (tho the worth of that is not asserted...)
Fixed in 1.14. Thanks.