Subject: | Undeclared prerequisite (DateTime) |
Test suite fails if DateTime is not installed (note that it's technically possible to install DateTime::TimeZone without DateTime):
...
Can't locate DateTime.pm in @INC (you may need to install the DateTime module) (@INC contains: /home/cpansand/.cpan/build/Data-Printer-0.35-MGi05w/blib/lib /home/cpansand/.cpan/build/Data-Printer-0.35-MGi05w/blib/arch /usr/perl5.21.10p/lib/site_perl/5.21.10/amd64-freebsd /usr/perl5.21.10p/lib/site_perl/5.21.10 /usr/perl5.21.10p/lib/5.21.10/amd64-freebsd /usr/perl5.21.10p/lib/5.21.10 .) at /usr/perl5.21.10p/lib/site_perl/5.21.10/DateTime/TimeZone/OlsonDB/Rule.pm line 6.
BEGIN failed--compilation aborted at /usr/perl5.21.10p/lib/site_perl/5.21.10/DateTime/TimeZone/OlsonDB/Rule.pm line 6.
Compilation failed in require at /usr/perl5.21.10p/lib/site_perl/5.21.10/DateTime/TimeZone/OlsonDB.pm line 8.
BEGIN failed--compilation aborted at /usr/perl5.21.10p/lib/site_perl/5.21.10/DateTime/TimeZone/OlsonDB.pm line 8.
Compilation failed in require at /usr/perl5.21.10p/lib/site_perl/5.21.10/DateTime/TimeZone/America/Sao_Paulo.pm line 16.
BEGIN failed--compilation aborted at /usr/perl5.21.10p/lib/site_perl/5.21.10/DateTime/TimeZone/America/Sao_Paulo.pm line 16.
Compilation failed in require at /usr/perl5.21.10p/lib/site_perl/5.21.10/Module/Runtime.pm line 317.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 2 just after 7.
t/13-filter_datetime.t ......
Dubious, test returned 2 (wstat 512, 0x200)
...