Scheduler, refactored to store last run time, last return value, and allow a public...
[catagits/Catalyst-Plugin-Scheduler.git] / Changes
CommitLineData
74e31b02 1Revision history for Perl extension Catalyst::Plugin::Scheduler
2
695ab602 30.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
4796c217 100.05 2005-12-29 15:50:00
11 - Fixed bug when using @monthly.
12
ea66b1c7 130.04 2005-12-28 15:15:00
14 - Added dump_these support to display all event info on the
15 debug screen.
16
8c698cac 170.03 2005-12-15 16:00:00
18 - Fixed yaml_file option.
19
07305803 200.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
87902985 250.01 2005-12-15 15:30:00
74e31b02 26 - initial release