Downgrading did the trick for me aswell, here is the output I had from
make tests before downgrading from XML::RSS 1.20 to 1.12
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/00-compile.t
t/01-parse.t t/02-create.t t/04-splice.t t/05-atom10-link.t
t/06-atom10.t t/07-atom10-create.t
t/00-compile..........ok
t/01-parse............NOK 44
# Failed test at t/01-parse.t line 59.
# 'Hello!...'
# doesn't match '(?-xism:<p>Hello!</p>)'
t/01-parse............NOK 45
# Failed test at t/01-parse.t line 60.
# got: undef
# expected: 'Hello!...'
# Looks like you failed 2 tests of 72.
t/01-parse............dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 44-45
Failed 2/72 tests, 97.22% okay
t/02-create...........ok
t/04-splice...........ok 1/3Use of uninitialized value in subroutine
entry at /usr/lib/perl5/site_perl/5.8.8/XML/Atom/Base.pm line 110.
Use of uninitialized value in subroutine entry at
/usr/lib/perl5/site_perl/5.8.8/XML/Atom/Base.pm line 110.
t/04-splice...........ok
t/05-atom10-link......ok
t/06-atom10...........ok
t/07-atom10-create....ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/01-parse.t 2 512 72 2 2.78% 44-45
Failed 1/7 test scripts, 85.71% okay. 2/171 subtests failed, 98.83% okay.
make: *** [test_dynamic] Error 255
/usr/bin/make test -- NOT OK
Regards,
Renaud Drousies
On Mon Nov 27 14:00:35 2006, SMPETERS wrote:
Show quoted text> On Fri Nov 24 03:05:31 2006, ANDK wrote:
> > On my system the XML-Feed testsuite fails when XML::RSS 1.20 is
> > installed and succeeds when I downgrade to ABH/XML-RSS-1.10.tar.gz
> >
> > I just sent two reports to cpan-testers that illustrate the effect of
> > downgrading.
> >
> > I hope this helps you to sort things out.
> >
> > Cheers!
>
> Actually, things pass for me when switching to XML::RSS 1.12.