Wed Oct 01 07:29:52 2008Support [...] RoxSoft.co.uk - Ticket created
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+$/
Wed Oct 01 15:07:40 2008rkrimen [...] cpan.org - Correspondence added
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)
Wed Oct 01 15:07:42 2008The RT System itself - Status changed from 'new' to 'open'
Wed Oct 01 15:07:42 2008rkrimen [...] cpan.org - Status changed from 'open' to 'resolved'