public
Description: Perl extension to serve HTTP requests in POE
Homepage: http://search.cpan.org/dist/POE-Component-Server-SimpleHTTP/
Clone URL: git://github.com/bingos/poe-component-server-simplehttp.git
bingos (author)
Thu Sep 03 05:26:53 -0700 2009
commit  35e4fda218be31f662d6855545f6e17521b3f810
tree    8eb9660dfeb36902bfed50ca352b4af2eefba475
parent  e1cc0a8738638731e684cbb72e9fad1e46674fb8
name age message
file Changes Thu Sep 03 05:20:02 -0700 2009 Update to Changes [bingos]
file Changes.old Thu Feb 15 06:45:34 -0800 2007 Added LOGHANDLER directive for general logging ... [bingos]
file Changes.svn Sat Mar 14 10:00:28 -0700 2009 Moved old svn Changes file to Changes.svn. Upda... [bingos]
file MANIFEST Fri Aug 21 08:03:33 -0700 2009 Removed PreFork subclass and tests. It will hav... [bingos]
file Makefile.PL Fri Aug 21 08:08:58 -0700 2009 Prepare for a CPAN development release [bingos]
file README Fri Jan 19 08:10:20 -0800 2007 Initial repository layout [bingos]
directory examples/ Wed Jun 17 02:38:28 -0700 2009 Added prefork example [bingos]
directory lib/ Thu Sep 03 05:26:53 -0700 2009 Bump to a stable release [bingos]
directory t/ Fri Aug 21 08:03:33 -0700 2009 Removed PreFork subclass and tests. It will hav... [bingos]
file todo Thu Feb 21 17:12:35 -0800 2008 - BinGOs, dont kill me, but i like to have todo... [Agaran]
README
POE/Component/Server/SimpleHTTP
===============================

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

MORE INFO

  # After installing:
  perldoc POE::Component::Server::SimpleHTTP