Skip Menu |

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

Report information
The Basics
Id: 124779
Status: resolved
Priority: 0/
Queue: Module-FromPerlVer

People
Owner: Nobody in particular
Requestors: tk [...] giga.or.at
Cc:
AdminCc:

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



Subject: Module-FromPerlVer-0.005003 fails self tests
Date: Thu, 15 Mar 2018 06:43:13 +0100
To: bug-Module-FromPerlVer [...] rt.cpan.org
From: Thomas Klausner <tk [...] giga.or.at>
Hi! Despite https://rt.cpan.org/Ticket/Display.html?id=124776 being closed, the self tests still fail in a quite similar way in 0.005003: Setup: 't/bin/make-version-dir't/bin/make-version-dir fails: No such file or directorySetup: 't/bin/make-sandbox-dir't/bin/make-sandbox-dir fails: No such file or directorySetup: 't/bin/make-tests't/bin/make-tests fails: No such file or directoryChecking if your kit is complete... and then later: t/00-usable.t ................ ok t/01-default-args.t .......... 1/? # Require succeeds: VERSION = 0.001000 # Failed test 'Failed import: Bogus source_prefix: no 'version' in or above '/scratch/devel/p5-Module-FromPerlVer/work/Module-FromPerlVer-0.005003/t' at /scratch/devel/p5-Module-FromPerlVer/work/Module-FromPerlVer-0.005003/blib/lib/Module/FromPerlVer.pm line 259. # ' # at t/01-default-args.t line 28. Can't locate object method "source_prefix" via package "Module::FromPerlVer" at t/01-default-args.t line 50. # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 2 just after 9. t/01-default-args.t .......... Dubious, test returned 2 (wstat 512, 0x200) Failed 1/9 subtests t/10-dir-defaults-no_copy.t .. 1/? # Failed test 'use Module::FromPerlVer;' # at t/10-dir-defaults-no_copy.t line 8. # Tried to use 'Module::FromPerlVer'. # Error: Bogus source_prefix: no 'version' in or above '/scratch/devel/p5-Module-FromPerlVer/work/Module-FromPerlVer-0.005003/t' at /scratch/devel/p5-Module-FromPerlVer/work/Module-FromPerlVer-0.005003/blib/lib/Module/FromPerlVer.pm line 259. # BEGIN failed--compilation aborted at t/10-dir-defaults-no_copy.t line 8. Bailout called. Further testing stopped: Module::FromPerlVer is not usable. FAILED--Further testing stopped: Module::FromPerlVer is not usable. Thomas
Testing this bloody module is going to drive me nuts... What's annoying is that I can extract the tarball here and it works. 0.5.4 extracts and runs here. Snagged the file tree search from FindBin::libs, avoids issues with MSW and root directory, even handles VMS. 0.5.5 has saner tests w/ a module to share most of the filesystem hacks. It extracts and runs OK here...