prep for release
[catagits/Catalyst-Plugin-Scheduler.git] / Changes
CommitLineData
74e31b02 1Revision history for Perl extension Catalyst::Plugin::Scheduler
2
6eb67b0f 30.10 2010-05-03 11:29:00
b245b6f3 4 - Fix warnings in test suite (BRICAS)
c934753a 5 - Switch to Module::Install (BRICAS)
bec00c80 6 - Fix pod typo (RT #47434)
b245b6f3 7
54b338cb 80.09 2009-05-07 09:15:00
5cc5ef46 9 - Change from NEXT to MRO::Compat. (agladdish)
10
8cefc921 110.08 2008-01-12 11:00:00
12 - Clear existing state file during startup. (hovenko)
13
13b998ad 140.07 2006-07-17 12:15:00
15 - Fix for loading the config with YAML 0.60+
4aa6d1df 16 - Prefer YAML::Syck, with fallback to YAML.pm
13b998ad 17
29215beb 180.06 2006-03-10 10:10:00
695ab602 19 - Added $c->scheduler_state public method to allow users to
20 build admin screens detailing the current status of every
21 event, the last time it ran, and the last output or error.
22 - Store the last runtime and last output from each event for
23 display in scheduler_state/dump_these.
ecf6a062 24 - Added additional YAML tests.
695ab602 25
4796c217 260.05 2005-12-29 15:50:00
27 - Fixed bug when using @monthly.
28
ea66b1c7 290.04 2005-12-28 15:15:00
30 - Added dump_these support to display all event info on the
31 debug screen.
32
8c698cac 330.03 2005-12-15 16:00:00
34 - Fixed yaml_file option.
35
07305803 360.02 2005-12-15 15:40:00
37 - Fixed pod coverage.
38 - Hide timezone warning unless logging is enabled.
39 - Hide expected errors during test 4.
40
87902985 410.01 2005-12-15 15:30:00
74e31b02 42 - initial release