Subject: | Bug with group function in 2.13 (missing $class when calling _dbi_connect) |
Seems there is an error with the group function. You need to use $class to call _dbi_connect.
Patch is here.
903c903
< my $dbh = $class->_dbi_connect($r) || return;
---
Show quoted text
> my $dbh = _dbi_connect($r) || return;