Update sysutils/dateutils to version 0.4.1
[dports.git] / sysutils / p5-Schedule-Cron / pkg-descr
1 This module provides  a simple but complete cron  like scheduler.  I.e
2 this modules can be  used for periodically executing Perl subroutines.
3 The  dates  and  parameters  for  the subroutines  to  be  called  are
4 specified with a format known as crontab entry (see manpage crontab(5)
5 or documentation of Schedule::Cron).
6
7 The   philosophy  behind   Schedule::Cron  is   to   call  subroutines
8 periodically from  within one single  Perl program instead  of letting
9 cron  trigger several  (possibly different)  Perl  scripts. Everything
10 under  one  roof.  Furthermore  Schedule::Cron  provides mechanism  to
11 create crontab entries dynamically, which isn't that easy with cron.
12
13 Schedule::Cron  knows  about  all   extensions  (well,  at  least  all
14 extensions I'm aware of, i.e those  of the so called "Vixie" cron) for
15 crontab entries like ranges  including 'steps', specification of month
16 and days of the week by name or coexistence of lists and ranges in the
17 same field. And  even a bit more (like lists  and ranges with symbolic
18 names).
19
20 WWW: http://search.cpan.org/dist/Schedule-Cron/