slackbuilds/perl/perl-event
Erik Hanson 4248415dde Add REQUIRED field to .info files.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2012-08-19 21:57:51 -05:00
..
README perl/*: Moved all of the Perl modules to here 2011-03-20 12:32:34 -05:00
perl-event.SlackBuild perl/perl-event: Fixed to use vendor_perl instead of site_perl 2011-11-26 09:09:31 -06:00
perl-event.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
slack-desc Entire Repo: Fix the "handy ruler" length in slack-desc files 2012-08-15 20:27:00 -05:00

README

The Event module provide a central facility to watch for various 
types of events and invoke a callback when these events occur. The 
idea is to delay the handling of events so that they may be 
dispatched in priority order when it is safe for callbacks to 
execute.