|
[text/plain 285b]
On Wed Oct 01 07:29:52 2008, PJFL wrote:
> 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)
|