On Tue, Jun 21, 2005 at 06:46:03AM -0700, Peter Scott wrote:
> -       $dbh->connected($dsn, $user, $pass, $attr) if ref $dbh ne 'DBI::db';
> +        # We'll normalize the dsn first
> +       $dbh->connected("dbi:$driver($driver_attrib_spec):$dsn", 
> @orig_args[1..3])
> +            if ref $dbh ne 'DBI::db';

Why not just

        $dbh->connected(@orig_args) if ...

Tim.

Reply via email to