Skip Menu |

This queue is for tickets about the Iterator-Simple CPAN distribution.

Report information
The Basics
Id: 129361
Status: new
Priority: 0/
Queue: Iterator-Simple

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

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



Subject: Making iarray more robust
In iarray, could you please change return if $idx == @$ary; to return if $idx >= @$ary; to make things more robust.