Fix pod typo (RT #47434)
[catagits/Catalyst-Plugin-Scheduler.git] / Changes
1 Revision history for Perl extension Catalyst::Plugin::Scheduler
2
3 0.10    TO BE RELEASED
4         - Fix warnings in test suite (BRICAS)
5         - Switch to Module::Install (BRICAS)
6         - Fix pod typo (RT #47434)
7
8 0.09    2009-05-07 09:15:00
9         - Change from NEXT to MRO::Compat. (agladdish)
10
11 0.08    2008-01-12 11:00:00
12         - Clear existing state file during startup. (hovenko)
13
14 0.07    2006-07-17 12:15:00
15         - Fix for loading the config with YAML 0.60+
16         - Prefer YAML::Syck, with fallback to YAML.pm
17
18 0.06    2006-03-10 10:10:00
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.
24         - Added additional YAML tests.
25
26 0.05    2005-12-29 15:50:00
27         - Fixed bug when using @monthly.
28
29 0.04    2005-12-28 15:15:00
30         - Added dump_these support to display all event info on the
31           debug screen.
32
33 0.03    2005-12-15 16:00:00
34         - Fixed yaml_file option.
35
36 0.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
41 0.01    2005-12-15 15:30:00
42         - initial release