Tk::Month VERSION 1.0 - Tk Calendar month by month browser.

DESCRIPTION
Tk::Month is a Tk month browser widget, allowing days, weeks etc. to
be selected for some externally defined action.

COPYRIGHT
Copyright (c) 1998-1999 Anthony Iano-Fletcher.  All rights reserved.  This
module is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.

This code is supplied as-is - use at your own risk.

PREREQUISITES
Perl5.004
Tk
Exporter

HOW TO BUILD AND INSTALL
perl Makefile.PL
make
make test
make install

TEST
As this is a Tk GUI module it is hard to test non-interactively.
Try
	perl Month.pm

There is a builtin test procedure which is run iff the module itself
is run.

TODO
Nothing planned.

Send suggestions, bugs, etc. to arif@compusnet.com.

