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
  Pod::Coverage

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

AUTHOR

  Barbie, E<lt>barbie@cpan.orgE<gt>
  for Miss Barbell Productions L<http://www.missbarbell.co.uk>.

COPYRIGHT AND LICENCE

  Copyright (C) 2002-2003 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.

