fix for config loading with YAML 0.60+
[catagits/Catalyst-Plugin-Scheduler.git] / Changes
CommitLineData
74e31b02 1Revision history for Perl extension Catalyst::Plugin::Scheduler
2
13b998ad 30.07 2006-07-17 12:15:00
4 - Fix for loading the config with YAML 0.60+
5
29215beb 60.06 2006-03-10 10:10:00
695ab602 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.
ecf6a062 12 - Added additional YAML tests.
695ab602 13
4796c217 140.05 2005-12-29 15:50:00
15 - Fixed bug when using @monthly.
16
ea66b1c7 170.04 2005-12-28 15:15:00
18 - Added dump_these support to display all event info on the
19 debug screen.
20
8c698cac 210.03 2005-12-15 16:00:00
22 - Fixed yaml_file option.
23
07305803 240.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
87902985 290.01 2005-12-15 15:30:00
74e31b02 30 - initial release