This is the README file for Tk::ProgressBar

Tk::ProgressBar is a perl5 package which implements a fancy
thermometer type widget.  To use Tk::ProgressBar, you will need Perl
version 5.002 or better, and Tk.

To build this extension, simply enter:

       perl Makefile.PL
       make
       make install

There are no test routines for Tk::ProgressBar.  A sample program is
included within the ProgressBar.pm pod section.