Skip Menu |

This queue is for tickets about the Osgood-Client CPAN distribution.

Report information
The Basics
Id: 43154
Status: resolved
Priority: 0/
Queue: Osgood-Client

People
Owner: Nobody in particular
Requestors: rsrchboy [...] linux.vnet.ibm.com
Cc:
AdminCc:

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



Subject: t/05_emptylist.t fails w/o XML::XPath
Date: Mon, 9 Feb 2009 11:07:03 -0800 (PST)
To: bug-Osgood-Client [...] rt.cpan.org
From: Chris Weyl <rsrchboy [...] linux.vnet.ibm.com>
Osgood::Client appears to have a missing test/build requires of XML::XPath; this should either be added or the test rigged to skip, methinks :-) t/05_emptylist.........Can't locate XML/XPath.pm in @INC (@INC contains: /root/.cpanplus/5.10.0/build/Osgood-Client-2.0.0/inc /root/.cpanplus/5.10.0/build/Osgood-Client-2.0.0/blib/lib /root/.cpanplus/5.10.0/build/Osgood-Client-2.0.0/blib/arch /root/.cpanplus/5.10.0/build/Osgood-Client-2.0.0/blib /usr/perl5_10/lib64/perl5/5.10.0/s390x-linux-thread-multi /usr/perl5_10/lib/perl5/5.10.0 /usr/perl5_10/local/lib64/perl5/site_perl/5.10.0/s390x-linux-thread-multi /usr/perl5_10/local/lib/perl5/site_perl/5.10.0 /usr/perl5_10/lib64/perl5/vendor_perl/5.10.0/s390x-linux-thread-multi /usr/perl5_10/lib/perl5/vendor_perl/5.10.0 /usr/perl5_10/lib/perl5/vendor_perl /usr/local/lib/perl5/site_perl .) at t/05_emptylist.t line 6. BEGIN failed--compilation aborted at t/05_emptylist.t line 6. # Looks like your test died before it could output anything. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 2/2 subtests Thanks! -- Chris Weyl <cweyl@us.ibm.com> <rsrchboy@linux.vnet.ibm.com> IBM Global Services && BCFP && http://pokgsa.ibm.com/~cweyl
Interestingly the META.yml does contain the dependency on XML::XPath but the Makefile.PL doesn't. And while I looked into the META.yml I discovered that it contains the wrong version number (1.0.0).
Fixed in 2.0.4. It's not used, so I removed the use. Thanks Andreas!