fix for config loading with YAML 0.60+
[catagits/Catalyst-Plugin-Scheduler.git] / Changes
1 Revision history for Perl extension Catalyst::Plugin::Scheduler
2
3 0.07    2006-07-17 12:15:00
4         - Fix for loading the config with YAML 0.60+
5
6 0.06    2006-03-10 10:10:00
7         - Added $c->scheduler_state public method to allow users to
8           build admin screens detailing the current status of every
9           event, the last time it ran, and the last output or error.
10         - Store the last runtime and last output from each event for
11           display in scheduler_state/dump_these.
12         - Added additional YAML tests.
13
14 0.05    2005-12-29 15:50:00
15         - Fixed bug when using @monthly.
16
17 0.04    2005-12-28 15:15:00
18         - Added dump_these support to display all event info on the
19           debug screen.
20
21 0.03    2005-12-15 16:00:00
22         - Fixed yaml_file option.
23
24 0.02    2005-12-15 15:40:00
25         - Fixed pod coverage.
26         - Hide timezone warning unless logging is enabled.
27         - Hide expected errors during test 4.
28
29 0.01    2005-12-15 15:30:00
30         - initial release