Skip Menu |

This queue is for tickets about the Maypole-HTTPD CPAN distribution.

Report information
The Basics
Id: 36042
Status: stalled
Priority: 0/
Queue: Maypole-HTTPD

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

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



Subject: No worky
Simple code: use Maypole::HTTPD; use Memories; my $httpd=Maypole::HTTPD->new(module=>"Memories"); $httpd->run(); Dies on any request: HTTP::Server::Simple: You can connect to your server at http://localhost:8080/ do not call Maypole::HTTPD::SUPER->handler at test.pl line 4 Can't see where that error's coming from, but it doesn't even make much sense. Also, in sub new, this doesn't do what you think it does: eval "use $self->module"; instead try eval "use ".$self->module;
Forgot to say: simon@alibi ~/tmp % version Maypole 2.121 simon@alibi ~/tmp % version Maypole::HTTPD 0.1 simon@alibi ~/tmp % version HTTP::Server::Simple 0.33
On Tue May 20 09:42:51 2008, SIMON wrote: Show quoted text
> Forgot to say: > > simon@alibi ~/tmp % version Maypole > 2.121 > simon@alibi ~/tmp % version Maypole::HTTPD > 0.1 > simon@alibi ~/tmp % version HTTP::Server::Simple > 0.33
Maypole::HTTPD is v 0.2 since April - can you try with updated version - at least one of the things you mention is already fixed in that.