Scheduler 0.08, patch from hovenko to remove state file at startup
[catagits/Catalyst-Plugin-Scheduler.git] / Changes
CommitLineData
74e31b02 1Revision history for Perl extension Catalyst::Plugin::Scheduler
2
8cefc921 30.08 2008-01-12 11:00:00
4 - Clear existing state file during startup. (hovenko)
5
13b998ad 60.07 2006-07-17 12:15:00
7 - Fix for loading the config with YAML 0.60+
4aa6d1df 8 - Prefer YAML::Syck, with fallback to YAML.pm
13b998ad 9
29215beb 100.06 2006-03-10 10:10:00
695ab602 11 - Added $c->scheduler_state public method to allow users to
12 build admin screens detailing the current status of every
13 event, the last time it ran, and the last output or error.
14 - Store the last runtime and last output from each event for
15 display in scheduler_state/dump_these.
ecf6a062 16 - Added additional YAML tests.
695ab602 17
4796c217 180.05 2005-12-29 15:50:00
19 - Fixed bug when using @monthly.
20
ea66b1c7 210.04 2005-12-28 15:15:00
22 - Added dump_these support to display all event info on the
23 debug screen.
24
8c698cac 250.03 2005-12-15 16:00:00
26 - Fixed yaml_file option.
27
07305803 280.02 2005-12-15 15:40:00
29 - Fixed pod coverage.
30 - Hide timezone warning unless logging is enabled.
31 - Hide expected errors during test 4.
32
87902985 330.01 2005-12-15 15:30:00
74e31b02 34 - initial release