Add tab test to all my modules
[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+
4aa6d1df 5 - Prefer YAML::Syck, with fallback to YAML.pm
13b998ad 6
29215beb 70.06 2006-03-10 10:10:00
695ab602 8 - Added $c->scheduler_state public method to allow users to
9 build admin screens detailing the current status of every
10 event, the last time it ran, and the last output or error.
11 - Store the last runtime and last output from each event for
12 display in scheduler_state/dump_these.
ecf6a062 13 - Added additional YAML tests.
695ab602 14
4796c217 150.05 2005-12-29 15:50:00
16 - Fixed bug when using @monthly.
17
ea66b1c7 180.04 2005-12-28 15:15:00
19 - Added dump_these support to display all event info on the
20 debug screen.
21
8c698cac 220.03 2005-12-15 16:00:00
23 - Fixed yaml_file option.
24
07305803 250.02 2005-12-15 15:40:00
26 - Fixed pod coverage.
27 - Hide timezone warning unless logging is enabled.
28 - Hide expected errors during test 4.
29
87902985 300.01 2005-12-15 15:30:00
74e31b02 31 - initial release