| Tk-Date documentation | Contained in the Tk-Date distribution. |
Bundle::TkDate - A bundle to install all dependencies of Tk::Date
perl -MCPAN -e 'install Bundle::TkDate'
Tk::NumEntryPlain 0.02 - Entry widget for integer numbers
Tk::FireButton 0.01 - For up/down buttons
POSIX - for strftime and mktime
Bundle::Tk - :-)
Tk::Date - This module itself
This bundle defines all required modules for Tk::Date.
Slaven Rezic <eserte@cs.tu-berlin.de>
| Tk-Date documentation | Contained in the Tk-Date distribution. |
# -*- perl -*- package Bundle::TkDate; $VERSION = sprintf("%d.%02d", q$Revision: 1.4 $ =~ /(\d+)\.(\d+)/); 1; __END__