Release Scheduler 0.09
[catagits/Catalyst-Plugin-Scheduler.git] / Changes
CommitLineData
74e31b02 1Revision history for Perl extension Catalyst::Plugin::Scheduler
2
54b338cb 30.09 2009-05-07 09:15:00
5cc5ef46 4 - Change from NEXT to MRO::Compat. (agladdish)
5
8cefc921 60.08 2008-01-12 11:00:00
7 - Clear existing state file during startup. (hovenko)
8
13b998ad 90.07 2006-07-17 12:15:00
10 - Fix for loading the config with YAML 0.60+
4aa6d1df 11 - Prefer YAML::Syck, with fallback to YAML.pm
13b998ad 12
29215beb 130.06 2006-03-10 10:10:00
695ab602 14 - Added $c->scheduler_state public method to allow users to
15 build admin screens detailing the current status of every
16 event, the last time it ran, and the last output or error.
17 - Store the last runtime and last output from each event for
18 display in scheduler_state/dump_these.
ecf6a062 19 - Added additional YAML tests.
695ab602 20
4796c217 210.05 2005-12-29 15:50:00
22 - Fixed bug when using @monthly.
23
ea66b1c7 240.04 2005-12-28 15:15:00
25 - Added dump_these support to display all event info on the
26 debug screen.
27
8c698cac 280.03 2005-12-15 16:00:00
29 - Fixed yaml_file option.
30
07305803 310.02 2005-12-15 15:40:00
32 - Fixed pod coverage.
33 - Hide timezone warning unless logging is enabled.
34 - Hide expected errors during test 4.
35
87902985 360.01 2005-12-15 15:30:00
74e31b02 37 - initial release