Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Data-Printer CPAN distribution.

Report information
The Basics
Id: 102928
Status: resolved
Priority: 0/
Queue: Data-Printer

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.35
Fixed in: (no value)



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) ...
Hi Slaven! This is hopefully fixed on github master branch (on CPAN as 0.99_X, soon to be 1.0). Thanks! garu On Sat Mar 21 11:07:09 2015, SREZIC wrote: Show quoted text
> 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) > ...