summaryrefslogtreecommitdiff
path: root/devel/p5-POE-Component-Cron/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-POE-Component-Cron/DESCR')
-rw-r--r--devel/p5-POE-Component-Cron/DESCR12
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.