#!/usr/bin/perl -wT #---------------------------------------------------------------------- # heading : Collaboration # description : User vacations # navigation : 3000 3150 # # Copyright (c) 2001 Daniel van Raay # Modified (c) 2002,2006 Stephen Noble # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # #---------------------------------------------------------------------- use strict; use warnings; use esmith::FormMagick::Panel::uservacations; my $fm = esmith::FormMagick::Panel::uservacations->new(); $fm->display(); __DATA__
MODIFY_DESCRIPTION