File: README

package info (click to toggle)
libdatetime-event-cron-perl 0.09-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 128 kB
  • sloc: perl: 1,248; makefile: 2
file content (40 lines) | stat: -rw-r--r-- 1,037 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
DateTime::Event::Cron
=====================

This module generates DateTime and DateTime::Set objects based
on crontab-style entries. The crontab formats are the extended
V7 standard as described in crontab(5) on linux systems and
as noted in the documentation for Set::Crontab.

Note that the module is still alpha status. Methods provided
are likely to change in the future.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  DateTime
  DateTime::Duration
  DateTime::Set
  Set::Crontab

SUPPORT

Contact the author <sisk@mojotoad.com> directly, or query
the DateTime mailing list at <datetime@perl.org>. To subscribe
to the list, send an empty message to <datetime-subscribe@perl.org>.

COPYRIGHT AND LICENSE

Copyright (c) 2003 Matthew P. Sisk. All rights reserved. All wrongs
revenged. This program is free software; you can distribute it and/or
modify it under the same terms as Perl itself.