NAME
App::JobLog::Vacation - controller for the vacation model
VERSION
version 1.042
DESCRIPTION
Code to manage vacation times.
METHODS
new
Initializes App::JobLog::Vacation
object from file.
periods
Returns sorted list of vacation periods.
close
Save any changes to vacation file.
add
Add a new vacation period to file.
remove
Remove a particular vacation time, identified by index, from vacation file.
show
Produces pretty list of vacation times.
add_overlaps
Adds appropriate vacation times to a set of events.
AUTHOR
David F. Houghton <dfhoughton@gmail.com>
COPYRIGHT AND LICENSE
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.