Skip Menu |

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

Report information
The Basics
Id: 109125
Status: open
Priority: 0/
Queue: Data-Timeline

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

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



Subject: t/000-report-versions.t fails
I see failures like this: # Testing with Perl 5.022000, /bbbike/perl-5.22.0t/bin/perl # Carp version is 1.36 # Class::Accessor::Complex version is 1.100880 # Class::Accessor::Constructor version is 1.111590 # English version is 1.09 # ExtUtils::MakeMaker version is 7.0401 # File::Find version is 1.29 # File::Temp version is 0.2304 Invalid version format (non-numeric data) at t/000-report-versions.t line 426. BEGIN failed--compilation aborted at t/000-report-versions.t line 431. # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 255 just after 8. t/000-report-versions.t ...... Dubious, test returned 255 (wstat 65280, 0xff00) All 8 subtests passed CPAN Testers has also a lot of failures: http://matrix.cpantesters.org/?dist=Data-Timeline+1.100860
On 2015-11-18 15:49:41, SREZIC wrote: Show quoted text
> I see failures like this: > > # Testing with Perl 5.022000, /bbbike/perl-5.22.0t/bin/perl > # Carp version is 1.36 > # Class::Accessor::Complex version is 1.100880 > # Class::Accessor::Constructor version is 1.111590 > # English version is 1.09 > # ExtUtils::MakeMaker version is 7.0401 > # File::Find version is 1.29 > # File::Temp version is 0.2304 > Invalid version format (non-numeric data) at t/000-report-versions.t > line 426. > BEGIN failed--compilation aborted at t/000-report-versions.t line 431. > # Tests were run but no plan was declared and done_testing() was not > seen. > # Looks like your test exited with 255 just after 8. > t/000-report-versions.t ...... > Dubious, test returned 255 (wstat 65280, 0xff00) > All 8 subtests passed > > > CPAN Testers has also a lot of failures: > http://matrix.cpantesters.org/?dist=Data-Timeline+1.100860
The test is loading every module in order to extract its version. Please don't do that -- more info can be found in the tickets in https://rt.cpan.org/Dist/Display.html?Name=Dist-Zilla-Plugin-ReportVersions-Tiny.