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,