summaryrefslogtreecommitdiffstats
path: root/perl/perl-event/README
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-event/README')
-rw-r--r--perl/perl-event/README5
1 files changed, 5 insertions, 0 deletions
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.