From 93ba4df5022a8c4d422dd97a2a13ffa8a8946453 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Wed, 16 Mar 2011 01:18:10 -0500 Subject: perl/*: Moved all of the Perl modules to here Signed-off-by: Robby Workman --- perl/perl-event/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 perl/perl-event/README (limited to 'perl/perl-event/README') diff --git a/perl/perl-event/README b/perl/perl-event/README new file mode 100644 index 0000000000..0978a46591 --- /dev/null +++ b/perl/perl-event/README @@ -0,0 +1,5 @@ +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. -- cgit v1.2.3