Skip Menu |

This queue is for tickets about the File-Details CPAN distribution.

Report information
The Basics
Id: 103434
Status: resolved
Priority: 0/
Queue: File-Details

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

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



Subject: Tests fail for perl 5.21.x
A pass/fail overview will be available in a few hours at http://matrix.cpantesters.org/?dist=File-Details With 5.21.x (linux, freebsd) the log output is: PERL_DL_NONLAZY=1 "/usr/perl5.21.10t/bin/perl5.21.10" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Failed test 'use File::Details;' # at t/00_basic.t line 14. # Tried to use 'File::Details'. # Error: Can't use a hash as a reference at /usr/local/src/CPAN/build/File-Details-0.001-n3XsNP/blib/lib/File/Details.pm line 49. # Compilation failed in require at t/00_basic.t line 14. # BEGIN failed--compilation aborted at t/00_basic.t line 14. # Looks like you failed 1 test of 2. t/00_basic.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/2 subtests # Failed test 'use File::Details;' # at t/01_hash.t line 14. # Tried to use 'File::Details'. # Error: Can't use a hash as a reference at /usr/local/src/CPAN/build/File-Details-0.001-n3XsNP/blib/lib/File/Details.pm line 49. # Compilation failed in require at t/01_hash.t line 14. # BEGIN failed--compilation aborted at t/01_hash.t line 14. Can't locate object method "hash" via package "File::Details" at t/01_hash.t line 25. # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 2 just after 1. t/01_hash.t ... Dubious, test returned 2 (wstat 512, 0x200) Failed 1/1 subtests On the same systems the tests run fine with 5.20.2 and less.
Late answer but it is running fine on 5.22.x and above.
On 2017-03-19 14:39:25, recsky wrote: Show quoted text
> Late answer but it is running fine on 5.22.x and above.
0.003 seems to have fixed it all. See: http://matrix.cpantesters.org/?dist=File-Details+0.003