POE-Session-PlainCall version 0.0100
===========================
POE::Session::PlainCall makes @_ work like everyone expects. It
allows you to create POE sessions with event handlers that are
called as plain perl functions and methods are called, unlike
POE::Session, which populates @_ to its suiting.
It is still compatible with the rest of POE.
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:
blah blah blah
COPYRIGHT AND LICENCE
Put the correct copyright and licence information here.
Copyright (C) 2009 by Philip Gwyn
Contains code from L<POE::Session>. Please see L<POE> for more
information about authors and contributors.
This library is free software; you can redistribute it and/or
modify it under the same terms as Perl itself, either Perl
version 5.8.8 or, at your option, any later version of Perl 5
you may have available.