Subject: | missing dependency in makefile |
Date: | Fri, 5 Sep 2014 06:18:23 -0700 |
To: | bug-MIME-Types [...] rt.cpan.org |
From: | Chris Travers <chris [...] metatrontech.com> |
Hi;
I tried to install MIME-Types 2.07 today and failed because it didn't
realize that Mojo::Base was a dependency.
The test report was:
MARKOV/MIME-Types-2.07.tar.gz
/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/10type.t ..... ok
t/11typeol.t ... ok
t/20types.t .... ok
t/21accept.t ... ok
t/22accbest.t .. ok
t/30export.t ... ok
t/40mojo.t ..... Can't locate Mojo/Base.pm in @INC (you may need to
install the Mojo::Base module) (@INC contains: lib t
/home/chris/.cpan/build/MIME-Types-2.07-JzuJL_/blib/lib
/home/chris/.cpan/build/MIME-Types-2.07-JzuJL_/blib/arch
/home/chris/perl5/lib/perl5/i386-linux-thread-multi
/home/chris/perl5/lib/perl5 /usr/local/lib/perl5
/usr/local/share/perl5 /usr/lib/perl5/vendor_perl
/usr/share/perl5/vendor_perl /usr/lib/perl5 /usr/share/perl5 .) at
t/40mojo.t line 12.
BEGIN failed--compilation aborted at t/40mojo.t line 12.
t/40mojo.t ..... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
Should be a quick enough fix.