Skip Menu |

This queue is for tickets about the Bundle-POE-All CPAN distribution.

Report information
The Basics
Id: 40111
Status: resolved
Priority: 0/
Queue: Bundle-POE-All

People
Owner: Nobody in particular
Requestors: larry [...] theclapp.org
Cc:
AdminCc:

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



Subject: Bundle::POE::All does not work with CPANPLUS 0.84
Date: Thu, 16 Oct 2008 18:01:00 -0400
To: bug-Bundle-POE-All [...] rt.cpan.org
From: Larry Clapp <larry [...] theclapp.org>
#cpan CPANPLUS CPAN: Storable loaded ok (v2.18) Going to read /root/.cpan/Metadata Database was generated on Thu, 16 Oct 2008 17:26:52 GMT CPAN: YAML loaded ok (v0.66) Going to read 11 yaml files from /root/.cpan/build/ CPAN: Time::HiRes loaded ok (v1.9711) ............................................................................DONE Restored the state of 8 (in 0.1796 secs) CPANPLUS is up to date (0.84). #pwd /root/perl/Bundle-POE-All-1.02 #perl Makefile.PL Key 'conf' is not a valid key for CPANPLUS::Configure::new provided by ANON at Makefile.PL line 15 Required option 'allow' is not provided for CPANPLUS::Backend::search by ANON at Makefile.PL line 17 I know nothing of CPANPLUS. Any hints? -- Larry Clapp
Subject: Re: [rt.cpan.org #40111] Bundle::POE::All does not work with CPANPLUS 0.84
Date: Sat, 18 Oct 2008 13:31:43 -0400
To: bug-Bundle-POE-All [...] rt.cpan.org
From: Apocalypse <perl [...] 0ne.us>
Hello, Wow, thanks for the "reminder" to update this module, ha! I never really paid any attention to it in a while, and it fell into disarray :( CPANPLUS went through a complete rewrite in the 0.05x version and b0rked my script. Some methods were updated, etc etc... Anyway, I've done some preliminary tests and Bundle::POE::All 1.03 is now uploaded to CPAN. Let me know if this works or not, thanks! larry@theclapp.org via RT wrote: Show quoted text
> Thu Oct 16 18:01:25 2008: Request 40111 was acted upon. > Transaction: Ticket created by larry@theclapp.org > Queue: Bundle-POE-All > Subject: Bundle::POE::All does not work with CPANPLUS 0.84 > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: larry@theclapp.org > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=40111 > > > > #cpan CPANPLUS > CPAN: Storable loaded ok (v2.18) > Going to read /root/.cpan/Metadata > Database was generated on Thu, 16 Oct 2008 17:26:52 GMT > CPAN: YAML loaded ok (v0.66) > Going to read 11 yaml files from /root/.cpan/build/ > CPAN: Time::HiRes loaded ok (v1.9711) > ............................................................................DONE > Restored the state of 8 (in 0.1796 secs) > CPANPLUS is up to date (0.84). > > #pwd > /root/perl/Bundle-POE-All-1.02 > #perl Makefile.PL > Key 'conf' is not a valid key for CPANPLUS::Configure::new provided by ANON at Makefile.PL line 15 > Required option 'allow' is not provided for CPANPLUS::Backend::search by ANON at Makefile.PL line 17 > > I know nothing of CPANPLUS. Any hints? > > -- Larry Clapp > > >
Hello, After some more investigation + help from the CPAN wizards, I have realized that this is a dead-end. The Bundle::* namespace is ill-suited to handle this kind of dynamic install. Please use the Task::POE::All module instead of this one :) Thanks again for bringing this to my attention! -- ~Apocalypse