update p5-Event to 1.09

This commit is contained in:
jasper 2007-07-02 22:42:27 +00:00
parent 7a4d45dbaa
commit bfb93b112b
3 changed files with 12 additions and 13 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.5 2006/11/25 16:32:35 espie Exp $
# $OpenBSD: Makefile,v 1.6 2007/07/02 22:42:27 jasper Exp $
SHARED_ONLY= Yes
COMMENT= "event loop processing"
COMMENT= event loop processing
MODULES= cpan
DISTNAME= Event-1.08
DISTNAME= Event-1.09
CATEGORIES= devel
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>

View File

@ -1,5 +1,5 @@
MD5 (Event-1.08.tar.gz) = R1tWE8WEJW+iO0IVED8QbA==
RMD160 (Event-1.08.tar.gz) = 98ahrDCjKXk+DpxCJzbLY2XydMU=
SHA1 (Event-1.08.tar.gz) = typDbDQR/uB/nt44bv+vMVet4gY=
SHA256 (Event-1.08.tar.gz) = saXpZRAbNImQbgeAg6vua2IeQBxOSXj1p20oqmljqdw=
SIZE (Event-1.08.tar.gz) = 251770
MD5 (Event-1.09.tar.gz) = NwB4nmryWVklpv4s49XQUg==
RMD160 (Event-1.09.tar.gz) = fzxc+rNGCxh3ngZ8ARXZjxO28hI=
SHA1 (Event-1.09.tar.gz) = VaaL7T9g/kQbECHPpCE2HtdyQKo=
SHA256 (Event-1.09.tar.gz) = FSx6wlmJjSd6rnW2T8dSFwaO6h5oZicgKSm7eHkZuTU=
SIZE (Event-1.09.tar.gz) = 251549

View File

@ -1,5 +1,4 @@
The Event module provides 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.
The Event module provides 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.