Using Ubuntu Gutsy Gibbon (7.10)
Attempted to install module using CPAN shell.
In order to complete the install, I had to use "force install" rather
than simple "install" because of a failed test.
Keep in mind that the installation was done as root, in the CPAN shell,
using the typical installation command.
<i>cpan[1]> install Catalyst::Helper::Model::DBIC::Schema
...
Failed 1/5 test programs. 1/2 subtests failed.
make: *** [test_dynamic] Error 255
BLBLACK/Catalyst-Model-DBIC-Schema-0.20.tar.gz
/usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
reports BLBLACK/Catalyst-Model-DBIC-Schema-0.20.tar.gz
Running make install
make test had returned bad status, won't install without force
Failed during this command:
ASH/DBIx-Class-0.08008.tar.gz : make_test NO
BLBLACK/Catalyst-Model-DBIC-Schema-0.20.tar.gz: make_test NO
cpan[2]> force install Catalyst::Helper::Model::DBIC::Schema
...
Failed during this command:
BLBLACK/Catalyst-Model-DBIC-Schema-0.20.tar.gz: make_test FAILED but
failure ignored because 'force' in effect</i>