Skip Menu |

This queue is for tickets about the Perlbal CPAN distribution.

Report information
The Basics
Id: 68490
Status: resolved
Priority: 0/
Queue: Perlbal

People
Owner: Nobody in particular
Requestors: TODDR [...] cpan.org
Cc:
AdminCc:

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



Subject: PerlBal doesn't require enough.
libwww-perl has been split. As a result, perlbal doesn't require enough to work. Perlbal needs LWP to pass it's tests. However, LWP is not explicitly required. The module HTTP::Date used to bring it in, however HTTP::Date is now it's own module. I also noted on my build servers, that if I do not have IO::AIO installed, the test suite fails. Should this happen?
On Thu May 26 13:06:11 2011, TODDR wrote: Show quoted text
> libwww-perl has been split. As a result, perlbal doesn't require > enough to work. Perlbal needs > LWP to pass it's tests. However, LWP is not explicitly required. The > module HTTP::Date used to > bring it in, however HTTP::Date is now it's own module. > > I also noted on my build servers, that if I do not have IO::AIO > installed, the test suite fails. > Should this happen?
I'm fixing the deps list, went through the entire code tree and updated everything. Fixed a few things at the same time Failures when IO::AIO is installed shouldn't be happening... I'd love to see a separate report regarding this, and if it's still happening I'd need your version of IO::AIO (plus other debugging information)
Show quoted text
> I'm fixing the deps list, went through the entire code tree and > updated everything. Fixed a few > things at the same time > > Failures when IO::AIO is installed shouldn't be happening... I'd love > to see a separate report > regarding this, and if it's still happening I'd need your version of > IO::AIO (plus other debugging > information)
I'd be happy to give it another try when PerlBal is released.
On Wed Feb 01 19:32:24 2012, TODDR wrote: Show quoted text
> > Failures when IO::AIO is installed shouldn't be happening...
> I'd be happy to give it another try when PerlBal is released.
Meh. I consulted my build system and re-tried without depending on IO::AIO and now I can't get the break to re-produce. We can skip that one for now. Thanks for working on a refresh Hachi!
been merged, resolving. release should be up soon.