Skip Menu |

This queue is for tickets about the DBI CPAN distribution.

Report information
The Basics
Id: 16519
Status: resolved
Priority: 0/
Queue: DBI

People
Owner: Nobody in particular
Requestors: jeffrey.klein [...] priority-health.com
Cc:
AdminCc:

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



Subject: $dbh->clone(\%attr) method signature incorrect
$dbh->clone() is documented as taking an optional \%attr argument, but the method signature in DBI.pm does not allow this. Original signature: clone => { U =>[1,1,''] }, Should be: clone => { U =>[1,2,'[\%attr]'] },
Thanks. Fixed for the next release (1.51).