Skip Menu |

This queue is for tickets about the Test-TAP-Model CPAN distribution.

Report information
The Basics
Id: 31656
Status: resolved
Priority: 0/
Queue: Test-TAP-Model

People
Owner: Nobody in particular
Requestors: astropionner [...] gmail.com
Cc:
AdminCc:

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



Subject: Issue after upgrade of TAP::Parser and/or Test::Harness
hi, I got this problem just after an upgrade, when using Test::TAP::Model in various modules : Can't locate object method "new" via package "Test::Harness::Results" (perhaps you forgot to load "Test::Harness::Results"?) at /usr/lib/perl5/site_perl/5.8.8/Test/TAP/ Model.pm line 174, <FILE> line 2. here are the change that occured after the upgrade : before (working) : ------------------ TAP::Parser -> version 0.54 Test::Harness -> version 2.64 Test::TAP::Model-> version 0.09 now : ----- TAP::Parser -> version 3.04 Test::Harness -> version 3.04 Test::TAP::Model -> version 0.09 Sorry, I didn't used Test::TAP::Model for a while, and I don't know which of TAP::Parser or Test::Harness upgrade's causes the error, but as it seems that the new distribution of TAP::PArsed replaced the Test::Harness, it is perhaps a clue? I reinstalled Test::Harness::* over, like for the kubuntu install issue, but I still have the problem. When I "at the hand" _use_Test::Harness:Results_ in Test::TAP::Model (or even in the module using Test::TAP::Model), it makes this loading error pass, but also add another serie of errors. thanks!
Subject: [resolved] Issue after upgrade of TAP::Parser and/or Test::Harness
From: astropionner [...] gmail.com
I resolved my problem after upgrading both modules (It was a problem in my own cpan configuration, it couldn't manage to upgrade some packages).
Additionally 0.10 should fix compatibilities with Test::Harness 3 in case Test::Harness 2 components get uninstalled somehow. Thanks for the report