X-Git-Url: https://git.decadent.org.uk/gitweb/?p=maypole.git;a=blobdiff_plain;f=lib%2FMaypole%2FHTTPD.pm;h=221e3031f068285cc42d56ccc2c38898d8b453b1;hp=bda6a76743c1e8d6d52be18cdff64efa29ce857b;hb=5f90e1e118700c4cba7575299aa42dc4ffc0eb67;hpb=42037fd596bf3cda5209035c551afafdacbe6ff0 diff --git a/lib/Maypole/HTTPD.pm b/lib/Maypole/HTTPD.pm index bda6a76..221e303 100644 --- a/lib/Maypole/HTTPD.pm +++ b/lib/Maypole/HTTPD.pm @@ -4,14 +4,13 @@ use warnings; use base 'HTTP::Server::Simple::CGI'; use HTTP::Server::Simple::Static; -#use Maypole::HTTPD::Frontend; use Maypole::Constants; use UNIVERSAL::require; # signal to Maypole::Application BEGIN { $ENV{MAYPOLE_HTTPD} = 1 } -our $VERSION = '0.1'; +our $VERSION = '0.2'; =head1 NAME @@ -34,6 +33,7 @@ This is a stand-alone HTTPD for running your Maypole Applications. The constructor. Takes a hash of arguments. Currently supported: port - TCP port to listen to module - Maypole application Module name. + =cut sub new