
App::JobLog::Vacation - controller for the vacation model

version 1.031

Code to manage vacation times.

Initializes App::JobLog::Vacation object from file.
Returns sorted list of vacation periods.
Save any changes to vacation file.
Add a new vacation period to file.
Remove a particular vacation time, identified by index, from vacation file.
Produces pretty list of vacation times.
Adds appropriate vacation times to a set of events.

David F. Houghton <dfhoughton@gmail.com>

This software is copyright (c) 2011 by David F. Houghton.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.