slackbuilds/perl/perl-event
Zachary Storer efe59bc7ea perl/perl-event: Fix source URLs. 2014-07-22 16:22:29 +07:00
..
README perl/*: Moved all of the Perl modules to here 2011-03-20 12:32:34 -05:00
perl-event.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
perl-event.info perl/perl-event: Fix source URLs. 2014-07-22 16:22:29 +07:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -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.