Skip Menu |

This queue is for tickets about the POE-Test-Loops CPAN distribution.

Report information
The Basics
Id: 89568
Status: resolved
Priority: 0/
Queue: POE-Test-Loops

People
Owner: Nobody in particular
Requestors: TruesdellDouglasA [...] JohnDeere.com
Cc:
AdminCc:

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



Subject: Install issue with Poe::Test::Loops
Date: Wed, 16 Oct 2013 18:13:03 +0000
To: "bug-POE-Test-Loops [...] rt.cpan.org" <bug-POE-Test-Loops [...] rt.cpan.org>
From: Truesdell Douglas A <TruesdellDouglasA [...] JohnDeere.com>
Hi, I ran into a small issue installing Poe::Test::Loops. I was installing it as part of Kensho, using cpanm and connected to the default CPAN resources. Here is the error from a verbose report. It told me that Test::More was back level. To resolve, I installed Test::More, then installed Poe::Test::Loops successfully. So I am supposing that Test::More needs to be listed as a dependency in Poe::Test::Loops, so that cpanm will preload it. cp bin/poe-gen-tests blib/script/poe-gen-tests /usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/poe-gen-tests PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t /*.t t/000-report-versions....Test::More version 0.94 required--this is only version 0.62 at t/000-report-versions.t line 4. BEGIN failed--compilation aborted at t/000-report-versions.t line 4. # Looks like your test died before it could output anything. t/000-report-versions....dubious Test returned status 255 (wstat 65280, 0xff00) Doug Truesdell IPN Web Services Deere & Company 720 328 5478
Thanks, Doug. I've just released POE::Test::Loops 1.354 with the dependency on Test::More set.
From: fschlich [...] zedat.fu-berlin.de
On Sun Oct 20 14:06:04 2013, RCAPUTO wrote: Show quoted text
> Thanks, Doug. I've just released POE::Test::Loops 1.354 with the > dependency on Test::More set.
I think this is not "runtime" requiring Test::More 0.98, but "test" requiring version 0.94 as can be seen quite literally in t/000-report-versions.t...