Term-Sk Version 0.05

This is a Perl extension for displaying a progress indicator on a terminal.

There aren't any machine dependencies, no C compiler is required.


INSTALLATION

To install this module, run the following commands:

	perl Build.PL
	perl Build
	perl Build test
	perl Build install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Term::Sk

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Term-Sk

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Term-Sk

    CPAN Ratings
        http://cpanratings.perl.org/d/Term-Sk

    Search CPAN
        http://search.cpan.org/dist/Term-Sk/


COPYRIGHT AND LICENCE

Copyright (C) 2008 Klaus Eichner

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.

