Skip Menu |

This queue is for tickets about the Module-Metadata CPAN distribution.

Maintainer(s)' notes

Attention bug reporters: issues MUST include the version of Module::Metadata that you are running that exhibit the stated symptoms. thank you!

Report information
The Basics
Id: 88613
Status: resolved
Priority: 0/
Queue: Module-Metadata

People
Owner: Nobody in particular
Requestors: xenoterracide [...] gmail.com
Cc:
AdminCc:

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



Subject: Test::Fatal not a defined dependency
Date: Wed, 11 Sep 2013 11:09:28 -0500
To: bugs-module-metadata [...] rt.cpan.org
From: Caleb Cushing <xenoterracide [...] gmail.com>
I suspect that test should be skipped without it... Writing Makefile for Module::Metadata -> OK Finding PREREQ from Makefile ... Checking if you have strict 0 ... Yes (1.04) Checking if you have warnings 0 ... Yes (1.06) Checking if you have IO::File 0 ... Yes (1.14) Checking if you have File::Find 0 ... Yes (1.14) Checking if you have version 0.87 ... Yes (0.9904) Checking if you have File::Spec 0 ... Yes (3.30) Checking if you have vars 0 ... Yes (1.01) Checking if you have Carp 0 ... Yes (1.11) Building and testing Module-Metadata-1.000017 cp lib/Module/Metadata.pm blib/lib/Module/Metadata.pm Manifying blib/man3/Module::Metadata.3 PERL_DL_NONLAZY=1 /home/gt/perl5/perlbrew/perls/perl-5.10.1/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/contains_pod.t .. ok t/encoding.t ...... ok t/endpod.t ........ ok t/metadata.t ...... ok Can't locate Test/Fatal.pm in @INC (@INC contains: /home/gt/.cpanm/work/1378915557.9850/Module-Metadata-1.000017/blib/lib /home/gt/.cpanm/work/1378915557.9850/Module-Metadata-1.000017/blib/arch /home/gt/perl5/perlbrew/perls/perl-5.10.1/lib/5.10.1/x86_64-linux /home/gt/perl5/perlbrew/perls/perl-5.10.1/lib/5.10.1 /home/gt/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/x86_64-linux /home/gt/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1) at t/taint.t line 8. BEGIN failed--compilation aborted at t/taint.t line 8. t/taint.t ......... Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/version.t ....... ok Test Summary Report ------------------- t/taint.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output Files=6, Tests=177, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.22 cusr 0.04 csys = 0.30 CPU) -- Caleb Cushing http://xenoterracide.com Calendar: https://www.google.com/calendar/embed?src=xenoterracide%40gmail.com&ctz=America/Chicago
From: victor [...] vsespb.ru
+1 same issue: Generating a GNU-style Makefile Writing Makefile for Module::Metadata Writing MYMETA.yml and MYMETA.json cp lib/Module/Metadata.pm blib/lib/Module/Metadata.pm Manifying blib/man3/Module::Metadata.3pm /usr/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/contains_pod....ok t/encoding........ok t/endpod..........ok t/metadata........ok 12/156 skipped: No package NAME VERSION support until perl 5.11.1 t/taint...........Can't locate Test/Fatal.pm in @INC (@INC contains: /root/.cpan/build/Module-Metadata-1.000017/blib/lib /root/.cpan/build/Module-Metadata-1.000017/blib/arch /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/5.8.8) at t/taint.t line 8. BEGIN failed--compilation aborted at t/taint.t line 8. # Looks like your test died before it could output anything. t/taint...........dubious Test returned status 255 (wstat 65280, 0xff00) t/version.........ok On Wed Sep 11 20:09:47 2013, XENO wrote: Show quoted text
> I suspect that test should be skipped without it... > > Writing Makefile for Module::Metadata > -> OK > Finding PREREQ from Makefile ... > Checking if you have strict 0 ... Yes (1.04) > Checking if you have warnings 0 ... Yes (1.06) > Checking if you have IO::File 0 ... Yes (1.14) > Checking if you have File::Find 0 ... Yes (1.14) > Checking if you have version 0.87 ... Yes (0.9904) > Checking if you have File::Spec 0 ... Yes (3.30) > Checking if you have vars 0 ... Yes (1.01) > Checking if you have Carp 0 ... Yes (1.11) > Building and testing Module-Metadata-1.000017 > cp lib/Module/Metadata.pm blib/lib/Module/Metadata.pm > Manifying blib/man3/Module::Metadata.3 > PERL_DL_NONLAZY=1 /home/gt/perl5/perlbrew/perls/perl-5.10.1/bin/perl > "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', > 'blib/arch')" t/*.t > t/contains_pod.t .. ok > t/encoding.t ...... ok > t/endpod.t ........ ok > t/metadata.t ...... ok > Can't locate Test/Fatal.pm in @INC (@INC contains: > /home/gt/.cpanm/work/1378915557.9850/Module-Metadata-1.000017/blib/lib > /home/gt/.cpanm/work/1378915557.9850/Module-Metadata-1.000017/blib/arch > /home/gt/perl5/perlbrew/perls/perl-5.10.1/lib/5.10.1/x86_64-linux > /home/gt/perl5/perlbrew/perls/perl-5.10.1/lib/5.10.1 > /home/gt/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/x86_64-linux > /home/gt/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1) at > t/taint.t line 8. > BEGIN failed--compilation aborted at t/taint.t line 8. > t/taint.t ......... > Dubious, test returned 2 (wstat 512, 0x200) > No subtests run > t/version.t ....... ok > > Test Summary Report > ------------------- > t/taint.t (Wstat: 512 Tests: 0 Failed: 0) > Non-zero exit status: 2 > Parse errors: No plan found in TAP output > Files=6, Tests=177, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.22 > cusr 0.04 csys = 0.30 CPU) > >
A ticket for this was not necessary; I was already aware.