]> 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 cfeab3b5544d81aa6e6818b12d709b2f8bc4299b..221e3031f068285cc42d56ccc2c38898d8b453b1 100644 (file)
@@ -10,7 +10,7 @@ use UNIVERSAL::require;
 # signal to Maypole::Application 
 BEGIN { $ENV{MAYPOLE_HTTPD} = 1 }
 
-our $VERSION = '0.1';
+our $VERSION = '0.2';
 
 =head1 NAME
 
@@ -33,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