Skip Menu |

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

Report information
The Basics
Id: 24486
Status: resolved
Priority: 0/
Queue: XML-XPathScript

People
Owner: Nobody in particular
Requestors: jleffler [...] earthlink.net
Cc:
AdminCc:

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



Subject: Undeclared dependency on B::XPath in XML::XPathScript v1.47
Date: Mon, 22 Jan 2007 00:20:07 -0800
To: bug-XML-XPathScript [...] rt.cpan.org
From: Jonathan Leffler <jleffler [...] earthlink.net>
I ran into a problem with B::XPath not being installed while installing XML::XPathScript. Manually installing B::XPath (which automatically installed Class::XPath) fixed the problem for XML::XPathScript. (Perl 5.8.8 on MacOS X 10.4.8 - not that it is likely to be relevant.) -- Jonathan Leffler (jleffler@earthlink.net) #include <disclaimer.h> Guardian of DBD::Informix v2005.02 -- http://dbi.perl.org/
Subject: Re: [rt.cpan.org #24486] Undeclared dependency on B::XPath in XML::XPathScript v1.47
Date: Mon, 22 Jan 2007 08:51:01 -0500
To: bug-XML-XPathScript [...] rt.cpan.org
From: Yanick Champoux <yanick [...] babyl.dyndns.org>
On Monday 22 January 2007 03:20, Jonathan Leffler via RT wrote: Show quoted text
> Mon Jan 22 03:20:29 2007: Request 24486 was acted upon. > Transaction: Ticket created by jleffler@earthlink.net > Queue: XML-XPathScript > Subject: Undeclared dependency on B::XPath in XML::XPathScript v1.47 > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: jleffler@earthlink.net > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=24486 > > > > I ran into a problem with B::XPath not being installed while installing > XML::XPathScript. Manually installing B::XPath (which automatically > installed Class::XPath) fixed the problem for XML::XPathScript.
Did the tests failed during the installation, or did you had problems afterwards trying to have XPS work with B::XPath? B::XPath was intentionally left as a soft-requirement ('cause, let's face it, using XPS to access Perl optrees is a heck of a wacky thing to do :-) ), but the installation should be able to see that it's not installed and just skip all relevant tests. Can you send me your installation log? Joy, `/anick
Subject: Re: [rt.cpan.org #24486] Undeclared dependency on B::XPath in XML::XPathScript v1.47
Date: Mon, 22 Jan 2007 09:19:50 -0500
To: bug-XML-XPathScript [...] rt.cpan.org
From: Yanick Champoux <yanick [...] babyl.dyndns.org>
On Monday 22 January 2007 08:31, yanick@babyl.dyndns.org via RT wrote: Show quoted text
> Did the tests failed during the installation, or did you had problems > afterwards trying to have XPS work with B::XPath? B::XPath was > intentionally left as a soft-requirement ('cause, let's face it, using XPS > to access Perl optrees is a heck of a wacky thing to do :-) ), but the > installation should be able to see that it's not installed and just skip > all relevant tests. Can you send me your installation log?
Do'h! Nevermind. I just discovered that eval { use Foo; 1 } will make the test fail miserably. Silly eval. I'll correct that today and 1.48 should be out for tonight. Thanks! `/anick