Calendar::List ============== DESCRIPTION This distribution consists of two modules, Calendar::List and Calendar::Functions. Calendar::List is intended to be used to return a simple list, hash or scalar of calendar dates. This is achieved by the use of two functions, calendar_list and calendar_selectbox. The former allows a return of a list of dates and a hash of dates, whereas the later returns a scalar containing a HTML code snippet for use as a HTML Form field select box. Calendar::Functions is intended to provide numerous support functions for other date and/or calendar functions, which are also used by Calendar::List. DEPENDENCIES The distribution requires the following modules: Clone Tie::IxHash The distribution requires at least one of the following modules: Time::Local Date::ICal DateTime For epoch printing the distribution requires: Time::Piece For testing purposes, the following modules are desireable, but not essential: Test::Pod Test::Pod::Coverage Pod::Coverage INSTALLATION To install this module type the following: perl Makefile.PL make make test make install BUGS, PATCHES & FIXES There are no known bugs at the time of this release. However, if you spot a bug or are experiencing difficulties, that is not explained within the POD documentation, please send an email to barbie@cpan.org or submit a bug to the RT system (http://rt.cpan.org/). However, it would help greatly if you are able to pinpoint problems or even supply a patch. Fixes are dependant upon their severity and my availablity. Should a fix not be forthcoming, please feel free to (politely) remind me. AUTHOR Barbie, for Miss Barbell Productions . COPYRIGHT AND LICENCE Copyright (C) 2002-2005 Barbie for Miss Barbell Productions All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.