26d6fdb504a49b45dacfe8f762cea9f3c4c69a6d
[catagits/Catalyst-Plugin-Scheduler.git] / Changes
1 Revision history for Perl extension Catalyst::Plugin::Scheduler
2
3 0.06
4         - Added $c->scheduler_state public method to allow users to
5           build admin screens detailing the current status of every
6           event, the last time it ran, and the last output or error.
7         - Store the last runtime and last output from each event for
8           display in scheduler_state/dump_these.
9         - Added additional YAML tests.
10
11 0.05    2005-12-29 15:50:00
12         - Fixed bug when using @monthly.
13
14 0.04    2005-12-28 15:15:00
15         - Added dump_these support to display all event info on the
16           debug screen.
17
18 0.03    2005-12-15 16:00:00
19         - Fixed yaml_file option.
20
21 0.02    2005-12-15 15:40:00
22         - Fixed pod coverage.
23         - Hide timezone warning unless logging is enabled.
24         - Hide expected errors during test 4.
25
26 0.01    2005-12-15 15:30:00
27         - initial release