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 {