Subject: | dependencies missing from build requirement list |
JJNAPIORK/DBIx-Class-Fixtures-1.001015.tar.gz
/usr/bin/make -j5 -j5 -- OK
Running make test
make: Warning: File `blib/script/.exists' has modification time 0.023 s
in the future
PERL_DL_NONLAZY=1 /[***]/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/00-load.t .................. 1/1 # Testing DBIx::Class::Fixtures
1.001015, Perl 5.012001, /[***]/perl
t/00-load.t .................. ok
t/01-new.t ................... ok
t/02-dump-basic.t ............ ok
t/03-dump-quantity.t ......... ok
t/04-dump-fetch.t ............ ok
t/05-dump-rules.t ............ ok
t/06-dump-date.t ............. skipped: Set $ENV{FIXTURETEST_DSN}, _USER
and _PASS to point at MySQL DB to run this test
t/07-dump-all.t .............. ok
t/08-dump-includes.t ......... ok
t/09-dump-scalar-ref.t ....... ok
t/10-dump-cleanup.t .......... ok
t/12-populate-basic.t ........ 1/? Can't locate
Lingua/EN/Inflect/Phrase.pm in @INC (@INC contains: t/lib [***] .) at
/[***]/lib/perl5/DBIx/Class/Schema/Loader/RelBuilder.pm line 14.
and so on...
The following are the ones I had to install to get it to work, but there
may be others.
Lingua::EN::Inflect::Phrase
String::ToIdentifier::EN
Class::Unload
You might want to grep your code for "::". :-)