• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

demos/H25-Oct-2010-380300

examples/H25-Oct-2010-2614

t/H25-Oct-2010-542453

ChangesH A D25-Oct-20102.5 KiB11285

Date.pmH A D25-Oct-201040.4 KiB1,5221,018

MANIFESTH A D25-Oct-2010225 1413

META.ymlH A D25-Oct-2010536 2322

Makefile.PLH A D29-Sep-20071.5 KiB4836

READMEH A D25-Aug-2005825 2718

TkDate.pmH A D20-Oct-2007644 404

README

1Tk::Date Module
2
3Tk::Date is a date widget in development. See demos/date.pl or the
4examples subdirectory for usage examples.
5
6To install, type
7
8	perl Makefile.PL
9	make
10	make install
11
12For Windows NT and ActiveState Perl, replace "make" with "nmake", if
13you have the Visual C++ compiler available. Otherwise, just copy
14Date.pm to C:\Perl\lib\site\Tk.
15
16Additional requirements (it's not essential, but recommended):
17Tk-GBARR-2.01.tar.gz or better. For full functionality of the "get"
18method, either the POSIX or Date::Format module is also needed.
19
20After installation, you may start the "widget" program to invoke the
21Tk::Date demonstration (it's in the "User Contributed Demonstrations"
22section). The demo is also startable with "make demo" before
23installation.
24
25Send bug reports, comments and suggestions to srezic@cpan.org
26
27