Async-Hooks
This module allows you to create hooks on your own modules that other
developers can use to extend your functionality, or just react to
important state modifications.
There are other modules that provide the same functionality. The biggest
difference is that you can pause processing of the chain of callbacks at
any point and start a asynchronous network request, and resume
processing when that request completes.
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.
perldoc Async::Hooks
You can also look for information at:
RT, CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Async-Hooks
AnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/Async-Hooks
CPAN Ratings
http://cpanratings.perl.org/d/Async-Hooks
Search CPAN
http://search.cpan.org/dist/Async-Hooks
COPYRIGHT AND LICENCE
Copyright (C) 2009 Pedro Melo
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.