Skip Menu |

This queue is for tickets about the XML-Reader CPAN distribution.

Report information
The Basics
Id: 50589
Status: resolved
Worked: 5 min
Priority: 0/
Queue: XML-Reader

People
Owner: KEICHNER [...] cpan.org
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

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



Subject: Does not support 5.6.2, please declare
As the matrix shows, 5.6.2 is FAILureland: http://matrix.cpantesters.org/?dist=XML-Reader-0.27 I stepped through the failing test with the debugger and find it failing here: DB<2> c XML::Reader::newhd(blib/lib/XML/Reader.pm:59): 59: open $fh, '<', $_[0] or return; DB<2> x $_[0] 0 SCALAR(0xa1e17f8) -> '<data><data><data><data><data><data><data><data><data><data><item name="abc" id="123">xyz</item></data></data></data></data></data></data></data></data></data></data>' Yes, this isn't supported in 5.6.2. Please either workaround or declare. There is a FAQ page at cpantesters that explains how best to proceed. In short: inject a 'use 5.008' into the Makefile.PL http://wiki.cpantesters.org/wiki/CPANAuthorNotes HTH && Regards,
Subject: Re: [rt.cpan.org #50589] Does not support 5.6.2, please declare
Date: Tue, 20 Oct 2009 14:30:00 +0200
To: bug-XML-Reader [...] rt.cpan.org
From: Klaus <klaus03 [...] gmail.com>
Thanks for the feedback, I have injected a 'use 5.008' into the Makefile.PL in version 0.28 of XML::Reader, uploded to CPAN Tue Oct 20 12:18:54 2009 UTC User: KEICHNER (Klaus Eichner) Distribution file: XML-Reader-0.28.tar.gz Number of files: 10 *.pm files: 1 README: XML-Reader-0.28/README META.yml: XML-Reader-0.28/META.yml YAML-Parser: YAML::XS 0.32 META-driven index: no Timestamp of file: Tue Oct 20 12:17:10 2009 UTC Time of this run: Tue Oct 20 12:18:54 2009 UTC Status of this distro: OK Regards, Klaus Eichner On Sat, Oct 17, 2009 at 1:32 PM, Andreas Koenig via RT < bug-XML-Reader@rt.cpan.org> wrote: Show quoted text
> Sat Oct 17 07:32:48 2009: Request 50589 was acted upon. > Transaction: Ticket created by ANDK > Queue: XML-Reader > Subject: Does not support 5.6.2, please declare > Broken in: 0.27 > Severity: Normal > Owner: Nobody > Requestors: ANDK@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=50589 > > > > As the matrix shows, 5.6.2 is FAILureland: > > http://matrix.cpantesters.org/?dist=XML-Reader-0.27 > > I stepped through the failing test with the debugger and find it failing > here: > > DB<2> c > XML::Reader::newhd(blib/lib/XML/Reader.pm:59): > 59: open $fh, '<', $_[0] or return; > > DB<2> x $_[0] > 0 SCALAR(0xa1e17f8) > -> '<data><data><data><data><data><data><data><data><data><data><item > name="abc" > > id="123">xyz</item></data></data></data></data></data></data></data></data></data></data>' > > > Yes, this isn't supported in 5.6.2. Please either workaround or declare. > > There is a FAQ page at cpantesters that explains how best to proceed. In > short: inject a 'use 5.008' into the Makefile.PL > > http://wiki.cpantesters.org/wiki/CPANAuthorNotes > > HTH && Regards, > >
Resolved in version XML::Reader version 0.28