Subject: | Test failure when trying to install with Class::DBI 3.0.13 (and probably 3.0.11, 3.0.12) |
Tests in t/04_index and t/07_client both fail with Class::DBI 3.0.13, which no longer supports
the order_by option for has_many searches used by JSAN/Index/Distribution.pm line 28:
my @releases = $self->releases( { order_by => 'version desc' } )
Errors will be similar to:
order_by is not a column of JSAN::Index::Release at ../Class/DBI/Search/Basic.pm line 115
See related RT bug #16493 for Class::DBI, in which the order_by feature for has_many is
apparently unsupported :(. Have added a patch which hopefully will be considered.
Cheers,
Stephen