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!