X-Git-Url: https://git.decadent.org.uk/gitweb/?p=maypole.git;a=blobdiff_plain;f=lib%2FMaypole%2FHTTPD.pm;h=221e3031f068285cc42d56ccc2c38898d8b453b1;hp=cfeab3b5544d81aa6e6818b12d709b2f8bc4299b;hb=5f90e1e118700c4cba7575299aa42dc4ffc0eb67;hpb=99f5d5a04c67379b66b1a1cea4f048d3003d5581 diff --git a/lib/Maypole/HTTPD.pm b/lib/Maypole/HTTPD.pm index cfeab3b..221e303 100644 --- a/lib/Maypole/HTTPD.pm +++ b/lib/Maypole/HTTPD.pm @@ -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