Skip Menu |

This queue is for tickets about the Spreadsheet-Perl CPAN distribution.

Report information
The Basics
Id: 103170
Status: new
Priority: 0/
Queue: Spreadsheet-Perl

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

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



Subject: Data::TreeDumper::Utils not declared as a prereq
From an installation attempt with CPAN.pm: Output from '/usr/bin/make test': PERL_DL_NONLAZY=1 "/bbbike/perl-5.21.10/bin/perl5.21.10" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t Can't locate Data/TreeDumper/Utils.pm in @INC (you may need to install the Data::TreeDumper::Utils module) (@INC contains: /tmpfs/.cpan-build/Spreadsheet-Perl-0.12-h83jCT/blib/lib /tmpfs/.cpan-build/Spreadsheet-Perl-0.12-h83jCT/blib/arch /opt/perl-5.21.10/lib/site_perl/5.21.10/x86_64-linux /opt/perl-5.21.10/lib/site_perl/5.21.10 /opt/perl-5.21.10/lib/5.21.10/x86_64-linux /opt/perl-5.21.10/lib/5.21.10 .) at /tmpfs/.cpan-build/Spreadsheet-Perl-0.12-h83jCT/blib/lib/Spreadsheet/Perl.pm line 866. BEGIN failed--compilation aborted at /tmpfs/.cpan-build/Spreadsheet-Perl-0.12-h83jCT/blib/lib/Spreadsheet/Perl.pm line 866. Compilation failed in require at t/0100_perl_formula.t line 12. BEGIN failed--compilation aborted at t/0100_perl_formula.t line 12. # Looks like your test exited with 2 just after 1. t/0100_perl_formula.t .. Dubious, test returned 2 (wstat 512, 0x200) All 1 subtests passed
On 2015-03-29 06:22:22, SREZIC wrote: Show quoted text
> From an installation attempt with CPAN.pm: > > Output from '/usr/bin/make test': > > PERL_DL_NONLAZY=1 "/bbbike/perl-5.21.10/bin/perl5.21.10" "- > MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef > *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" > t/*.t > Can't locate Data/TreeDumper/Utils.pm in @INC (you may need to install > the Data::TreeDumper::Utils module) (@INC contains: /tmpfs/.cpan- > build/Spreadsheet-Perl-0.12-h83jCT/blib/lib /tmpfs/.cpan- > build/Spreadsheet-Perl-0.12-h83jCT/blib/arch /opt/perl- > 5.21.10/lib/site_perl/5.21.10/x86_64-linux /opt/perl- > 5.21.10/lib/site_perl/5.21.10 /opt/perl-5.21.10/lib/5.21.10/x86_64- > linux /opt/perl-5.21.10/lib/5.21.10 .) at /tmpfs/.cpan- > build/Spreadsheet-Perl-0.12-h83jCT/blib/lib/Spreadsheet/Perl.pm line > 866. > BEGIN failed--compilation aborted at /tmpfs/.cpan-build/Spreadsheet- > Perl-0.12-h83jCT/blib/lib/Spreadsheet/Perl.pm line 866. > Compilation failed in require at t/0100_perl_formula.t line 12. > BEGIN failed--compilation aborted at t/0100_perl_formula.t line 12. > # Looks like your test exited with 2 just after 1. > t/0100_perl_formula.t .. > Dubious, test returned 2 (wstat 512, 0x200) > All 1 subtests passed
Also missing (probably for testing only): Test::Block.