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]'] },