fix warnings in test suite
[catagits/Catalyst-Plugin-Scheduler.git] / Changes
1 Revision history for Perl extension Catalyst::Plugin::Scheduler
2
3 0.10    TO BE RELEASED
4         - Fix warnings in test suite (BRICAS)
5
6 0.09    2009-05-07 09:15:00
7         - Change from NEXT to MRO::Compat. (agladdish)
8
9 0.08    2008-01-12 11:00:00
10         - Clear existing state file during startup. (hovenko)
11
12 0.07    2006-07-17 12:15:00
13         - Fix for loading the config with YAML 0.60+
14         - Prefer YAML::Syck, with fallback to YAML.pm
15
16 0.06    2006-03-10 10:10:00
17         - Added $c->scheduler_state public method to allow users to
18           build admin screens detailing the current status of every
19           event, the last time it ran, and the last output or error.
20         - Store the last runtime and last output from each event for
21           display in scheduler_state/dump_these.
22         - Added additional YAML tests.
23
24 0.05    2005-12-29 15:50:00
25         - Fixed bug when using @monthly.
26
27 0.04    2005-12-28 15:15:00
28         - Added dump_these support to display all event info on the
29           debug screen.
30
31 0.03    2005-12-15 16:00:00
32         - Fixed yaml_file option.
33
34 0.02    2005-12-15 15:40:00
35         - Fixed pod coverage.
36         - Hide timezone warning unless logging is enabled.
37         - Hide expected errors during test 4.
38
39 0.01    2005-12-15 15:30:00
40         - initial release