Acme-POE-Knee
view release on metacpan or search on metacpan
lib/Acme/POE/Knee.pm view on Meta::CPAN
reference and the Acme::POE::Knee module will take care of the rest.
=for Pod::Coverage new
race
dist
ponies
run
=head1 QUICK LINKS
Please see the samples directory in POE's distribution for several
well-commented sample and tutorial programs.
Please see <http://www.perl.com/pub/2001/01/poe.html> for an excellent,
and more importantly: gradual, introduction to POE.
=head1 USING Acme::POE::Knee
Using Acme::POE::Knee is really easy.
This simple progam would already suffice:
use strict;
use Acme::POE::Knee;
my $pony = new Acme::POE::Knee;
$pony->race();
exit;
This will use the defaults of the POE::Knee module, but you can of
course specify your own arguments, as shown in the synopsis.
=head1 The Use of Acme::POE::Knee
Use, yes... Usefull? Probably not. This was written in response to a
rather persistant meme on #perl (you know who you are!).
Basicly, we all wanted ponies.
Well folks, here it is.
Its source might be interesting to look at for newcomers to POE to see
how this time slicing works.
=head1 Learning more about POE
=over 2
=item The POE Mailing List
POE has a mailing list at perl.org. You can receive subscription
information by sending e-mail:
To: poe-help@perl.org
Subject: (anything will do)
The message body is ignored.
All forms of feedback are welcome.
=item The POE Web Site
POE has a web site where the latest development snapshot, along with
the Changes file and other stuff may be found: <http://poe.perl.org/>
=back
=head1 AUTHORS
=over 4
=item *
Jos Boumans <kane@cpan.org>
=item *
Rocco Caputo <rcaputo@cpan.org>
=back
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Jos Boumans.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
=cut
( run in 2.186 seconds using v1.01-cache-2.11-cpan-364913b4093 )