Perl-Toolchain-Gang / Module-Metadata

Gather package and POD information from perl module files
http://metacpan.org/release/Module-Metadata/
Other
8 stars 16 forks source link

t/extract_package.t and t/extract_version.t fail on < 5.12 #20

Closed ribasushi closed 8 years ago

ribasushi commented 8 years ago

Same failure on all 5.10.0, 5.8.7 and 5.8.1 (from the bottom of this run):

https://travis-ci.org/dbsrgits/dbix-class/jobs/79709908#L666

...
t/extract-package......Can't locate object method "new" via package "IO::File" at t/lib/GeneratePackage.pm line 30.
dubious
    Test returned status 2 (wstat 512, 0x200)
t/extract-version......Can't locate object method "new" via package "IO::File" at t/lib/GeneratePackage.pm line 30.
dubious
    Test returned status 2 (wstat 512, 0x200)
...

In addition there are some extra 5.12 fails: http://fast-matrix.cpantesters.org/?dist=Module-Metadata%201.000028-TRIAL ( reports themselves not yet visible afaik )

karenetheridge commented 8 years ago

Thanks, I'll address these by the weekend.

karenetheridge commented 8 years ago

I tracked down some more failure reports and they're all the same thing, so 1.000029-TRIAL is now up.

ribasushi commented 8 years ago

Passes on my side, cheers.