Skip Menu |

This queue is for tickets about the HTTP-Server-Simple-Static CPAN distribution.

Report information
The Basics
Id: 18682
Status: resolved
Priority: 0/
Queue: HTTP-Server-Simple-Static

People
Owner: sjq-perl [...] jadevine.org.uk
Requestors: tom@eborcom.com (no email address)
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.02
Fixed in: 0.03



Subject: Small, but critical, documentation patch
Hi, Marcus. The documentation for HTTP::Server::Simple::Static suggests inheriting from HTTP::Server::Simple, which does not work for HTTP::Server::Simple 0.18. You need to inherit from HTTP::Server::Simple::CGI instead. Thanks for looking after this module, Tom
Subject: Static.pm.patch
--- lib/HTTP/Server/Simple/Static.pm.was Wed Mar 30 07:53:50 2005 +++ lib/HTTP/Server/Simple/Static.pm Wed Apr 12 15:46:36 2006 @@ -44,7 +44,7 @@ =head1 SYNOPSIS - use base 'HTTP::Server::Simple'; + use base 'HTTP::Server::Simple::CGI'; use HTTP::Server::Simple::Static; sub handle_request {
Thanks for reporting the bug in the documentation for the perl module HTTP::Server::Simple::Static. It has now been corrected in version 0.03 which I uploaded to cpan yesterday. Stephen Quinney