Term-Sprog Version 0.06

This is a Perl extension for displaying a progress indicator on a terminal.
("Sprog" is a short form for "Show PROGress")

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::Sprog

You can also look for information at:

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

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

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

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


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.

