Switch to Module::Install
[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)
c934753a 5 - Switch to Module::Install (BRICAS)
b245b6f3 6
54b338cb 70.09 2009-05-07 09:15:00
5cc5ef46 8 - Change from NEXT to MRO::Compat. (agladdish)
9
8cefc921 100.08 2008-01-12 11:00:00
11 - Clear existing state file during startup. (hovenko)
12
13b998ad 130.07 2006-07-17 12:15:00
14 - Fix for loading the config with YAML 0.60+
4aa6d1df 15 - Prefer YAML::Syck, with fallback to YAML.pm
13b998ad 16
29215beb 170.06 2006-03-10 10:10:00
695ab602 18 - Added $c->scheduler_state public method to allow users to
19 build admin screens detailing the current status of every
20 event, the last time it ran, and the last output or error.
21 - Store the last runtime and last output from each event for
22 display in scheduler_state/dump_these.
ecf6a062 23 - Added additional YAML tests.
695ab602 24
4796c217 250.05 2005-12-29 15:50:00
26 - Fixed bug when using @monthly.
27
ea66b1c7 280.04 2005-12-28 15:15:00
29 - Added dump_these support to display all event info on the
30 debug screen.
31
8c698cac 320.03 2005-12-15 16:00:00
33 - Fixed yaml_file option.
34
07305803 350.02 2005-12-15 15:40:00
36 - Fixed pod coverage.
37 - Hide timezone warning unless logging is enabled.
38 - Hide expected errors during test 4.
39
87902985 400.01 2005-12-15 15:30:00
74e31b02 41 - initial release