File: Changes

package info (click to toggle)
libdatetime-event-cron-perl 0.08-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 120 kB
  • ctags: 77
  • sloc: perl: 1,136; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 993 bytes parent folder | download
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
Revision history:

0.08  Thu Jun 10 16:54:11 EDT 2010
    - Added match() for checking cron hits

0.07  Mon Mar 29 16:54:25 CST 2004
    - Patched next() and previous() to work with new DateTime::Set

0.06  Tue Dec 30 14:28:32 CST 2003
    - Added user-mode auto-detection
    - Added original() method to return original
      unparsed cron strings

0.05  Tue Nov 11 22:40:16 CST 2003
    - Retains command and user strings if present
    - Switched to named parameters for constructors
    - Added 'user_mode' parameter for crontab formats
      that include user names before the command.
    - Added command() and user() methods

0.04  PAUSE fodder

0.03  Wed May  7 17:09:38 EDT 2003
    - more edge cases detected/prevented
    - dependencies added
    - removal of 'our'

0.02  Fri May  2 00:22:52 EDT 2003
    - changed API
    - fixed some boundary cases
    - streamlined, added some helper classes with cron sets
    - CPAN

0.01  Tue Apr 22 19:52:56 EDT 2003
    - initial release