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