Skip Menu |

This queue is for tickets about the WWW-Mechanize-Pluggable CPAN distribution.

Report information
The Basics
Id: 18486
Status: resolved
Worked: 1 hour (60 min)
Priority: 0/
Queue: WWW-Mechanize-Pluggable

People
Owner: mcmahon [...] cpan.org
Requestors: dha [...] panix.com
Cc:
AdminCc:

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



Subject: t/local/plugin.t fails on OS X 10.4.5/perl 5.8.7
t/local/plugin....1..14 "helloworld" is not exported by the WWW::Mechanize::Plugin::Retry module "WORLD" is not exported by the WWW::Mechanize::Plugin::Retry module Can't continue after import errors at blib/lib/WWW/Mechanize/Pluggable.pm line 137 BEGIN failed--compilation aborted at t/local/plugin.t line 10. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-14 Failed 14/14 tests, 0.00% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/local/plugin.t 255 65280 14 28 200.00% 1-14 Failed 1/1 test scripts, 0.00% okay. 14/14 subtests failed, 0.00% okay.
I've replaced the interface completely with something less like an opium dream. 1.0 should now build OK. (Problem was that I called import() whether a plugin had it or not; new interface calls iff import() exists and there's data to be passed to it,
Subject: Re: [rt.cpan.org #18486] t/local/plugin.t fails on OS X 10.4.5/perl 5.8.7
Date: Thu, 6 Apr 2006 20:46:37 -0400
To: Joe McMahon via RT <bug-WWW-Mechanize-Pluggable [...] rt.cpan.org>
From: "David H. Adler" <dha [...] panix.com>
On Thu, Apr 06, 2006 at 08:25:05PM -0400, Joe McMahon via RT wrote: Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=18486 > > > I've replaced the interface completely with something less like an opium > dream. 1.0 should now build OK. (Problem was that I called import() > whether a plugin had it or not; new interface calls iff import() exists > and there's data to be passed to it,
Unlike App::SimpleScan, CPAN *does* seem to have indexed the 1.0 of this. Installs fine. Thanks! dha -- David H. Adler - <dha@panix.com> - http://www.panix.com/~dha/ Nothing makes me appreciate Perl more than malloc. - Andy Lester
Show quoted text
> Unlike App::SimpleScan, CPAN *does* seem to have indexed the 1.0 of > this. Installs fine. Thanks!
You're welcome!