Scheduler, refactored to store last run time, last return value, and allow a public...
[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
10 0.05    2005-12-29 15:50:00
11         - Fixed bug when using @monthly.
12
13 0.04    2005-12-28 15:15:00
14         - Added dump_these support to display all event info on the
15           debug screen.
16
17 0.03    2005-12-15 16:00:00
18         - Fixed yaml_file option.
19
20 0.02    2005-12-15 15:40:00
21         - Fixed pod coverage.
22         - Hide timezone warning unless logging is enabled.
23         - Hide expected errors during test 4.
24
25 0.01    2005-12-15 15:30:00
26         - initial release