Skip Menu |

This queue is for tickets about the Text-Lorem-More CPAN distribution.

Report information
The Basics
Id: 39738
Status: resolved
Priority: 0/
Queue: Text-Lorem-More

People
Owner: Nobody in particular
Requestors: Support [...] RoxSoft.co.uk
Cc:
AdminCc:

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



Subject: Test for count has a bad pattern
The pattern match in test for the count is wrong carp "count must be a number, not \"$count\"" if ref $count || $count !~ m/^\d$/; the pattern should be m/^\d+$/
On Wed Oct 01 07:29:52 2008, PJFL wrote: Show quoted text
> The pattern match in test for the count is wrong > > carp "count must be a number, not \"$count\"" if ref $count || $count !~ > m/^\d$/; > > the pattern should be m/^\d+$/
Thanks for the report. This is fixed in 0.13 (going up to CPAN now)