• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/POE/Component/Server/H20-May-2005-1,441624

t/H20-May-2005-309254

ChangesH A D20-May-2005630 2014

MANIFESTH A D11-Jul-2004636 2019

META.ymlH A D20-May-2005537 1614

Makefile.PLH A D20-Jan-2004657 1915

READMEH A D20-May-2005631 3019

TODOH A D20-May-2005374 2311

README

1POE::Component::Server::HTTPServer version 0.9.2
2================================================
3
4POE::Component::Server::HTTPServer is a POE-based HTTP server component.
5
6INSTALLATION
7
8To install this module type the following:
9
10   perl Makefile.PL
11   make
12   make test
13   make install
14
15DEPENDENCIES
16
17 - POE
18 - MIME::Types
19 - libwww-perl
20 - (optional) The TemplateHandler request handler requires HTML::Template
21   and HTML::Template::HashWrapper.
22
23COPYRIGHT AND LICENCE
24
25Copyright 2003 Greg Fast (gdf@speakeasy.net)
26
27This library is free software; you can redistribute it and/or modify
28it under the same terms as Perl itself.
29
30