]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole/HTTPD.pm
fixed MANIFEST to include Maypole::HTTPD
[maypole.git] / lib / Maypole / HTTPD.pm
index bda6a76743c1e8d6d52be18cdff64efa29ce857b..221e3031f068285cc42d56ccc2c38898d8b453b1 100644 (file)
@@ -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