The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
POE::Component::Daemon::Win32 version 0.01
==========================================

POE::Component::Daemon::Win32 - Run POE as a Windows NT/2000/XP service

Enables POE scripts to run as services via the Win32::Daemon module by Dave
Roth.  Full event-based callbacks are available on service state changes.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  POE
  Win32::Daemon

COPYRIGHT AND LICENSE

Copyright (C) 2003 Peter Guzis <pguzis@cpan.org>

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.