public
Description: Wrap existing subroutines in an event based interface
Homepage: http://code.mattcashner.com/proejcts/poe-component-subwrapper
Clone URL: git://github.com/sungo/poe-component-subwrapper.git
sungo (author)
Sun Mar 19 07:01:04 -0800 2006
name age message
file LICENSE Sun Mar 19 07:01:04 -0800 2006 import from home repo [sungo]
file MANIFEST Sun Mar 19 07:01:04 -0800 2006 import from home repo [sungo]
file Makefile.PL Sun Mar 19 07:01:04 -0800 2006 import from home repo [sungo]
file README Sun Mar 19 07:01:04 -0800 2006 import from home repo [sungo]
file SIGNATURE Sun Mar 19 07:01:04 -0800 2006 import from home repo [sungo]
file VERSION Sun Mar 19 07:01:04 -0800 2006 import from home repo [sungo]
directory lib/ Sun Mar 19 07:01:04 -0800 2006 import from home repo [sungo]
directory t/ Sun Mar 19 07:01:04 -0800 2006 import from home repo [sungo]
README
POE::Component::SubWrapper
--------------------------

This module provides an event based interface to subroutines in existing
perl modules.

To install, run:

perl Makefile.PL
make
make test
make install

The last step should be run as root if applicable.

This module is beta quality - it may be unreliable, but the API should
be retained in future releases.

Required:

This module currently requires the following CPAN modules:

  POE - Version 0.24
  Devel::Symdump - Version 2.01

Author:

sungo - eek+cpan@eekeek.org
Michael Stevens - michael@etla.org