Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the DBIx-Abstract CPAN distribution.

Report information
The Basics
Id: 71089
Status: resolved
Priority: 0/
Queue: DBIx-Abstract

People
Owner: WINTER [...] cpan.org
Requestors: stefanos [...] cpan.org
Cc:
AdminCc:

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



Subject: no selectrow_array as method?
please add the follow lines to Abstract.pm: sub selectrow_array { my $self = shift; $self->{'dbh'}->selectrow_array(@_); }
Moved to github.