File: Changes

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 (39 lines) | stat: -rw-r--r-- 1,135 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
Revision history:

0.09  Thu Apr  6 14:36:36 EDT 2017
    - refactored increment/decrement in order to properly
      handle DST transitions as perl RT #120789

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