Skip Menu |

This queue is for tickets about the SQL-Statement CPAN distribution.

Report information
The Basics
Id: 42982
Status: resolved
Priority: 0/
Queue: SQL-Statement

People
Owner: Nobody in particular
Requestors: michael [...] vivtek.com
Cc:
AdminCc:

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



Subject: SQL::Statement 1.17
Date: Mon, 02 Feb 2009 18:32:39 -0400
To: bug-SQL-Statement [...] rt.cpan.org
From: Michael Roberts <michael [...] vivtek.com>
Line 521 has "next FETCHROW;" -- there is no label FETCHROW. Amending it to just "next;" makes the warnings stop. (Admittedly, setting $self->{fetched_from_key} also makes the warnings stop, but only because that part of the code isn't reached any more, which is surely why nobody normal has noticed it.) Michael
Fixed in 1.20 Thanks for reporting