diff options
author | abs <abs@pkgsrc.org> | 2009-02-17 15:06:55 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-02-17 15:06:55 +0000 |
commit | ee0dbf99fcc747d6b47abd4abf92cd299fcc7af8 (patch) | |
tree | 03bcb13e74292d0c572769f6f652afe25af617ed /devel | |
parent | 57e0a16cc8f24af04dfabeb6978a17257fd7db7f (diff) | |
download | pkgsrc-ee0dbf99fcc747d6b47abd4abf92cd299fcc7af8.tar.gz |
fix DESCR
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-POE-Component-Cron/DESCR | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/devel/p5-POE-Component-Cron/DESCR b/devel/p5-POE-Component-Cron/DESCR index f80f3e857b8..2db5632f632 100644 --- a/devel/p5-POE-Component-Cron/DESCR +++ b/devel/p5-POE-Component-Cron/DESCR @@ -1,8 +1,4 @@ -Catalyst is an elegant web application framework, extremely flexible -yet extremely simple. It's similar to Ruby on Rails, Spring (Java) -and Maypole, upon which it was originally based. - -This is a Catalyst Engine implementing a job queue with POE. It -allows the launching of HTTP requests to the application at -predetermined moments in time and the subsequent capturing of -response to a logfile or an email address. +Schedule POE Events using a cron spec - This component encapsulates +a session that sends events to client sessions on a schedule as +defined by a DateTime::Set iterator. The implementation is straight +forward if a little limited. |