]> git.donarmstrong.com Git - term-progressbar.git/blob - README
remove unused read_file
[term-progressbar.git] / README
1 Module Term-ProgressBar (2.09):
2
3 Description:
4
5     A progress bar for things that take a while.  It looks like
6
7       50% [=====     ]
8
9     and is as long as the terminal.  Linear estimation of the time left for
10     the process to run is available.
11
12 Modules & Classes Provided:
13
14     Term::ProgressBar - provide a progress meter on a standard terminal
15
16 Required Packages:
17
18     Class::MethodMaker  1.02
19     Term::ReadKey       2.14
20
21 Required Perl Version:
22
23     5.006
24
25 Package Maintainer:
26
27     Martyn J. Pearce fluffy@cpan.org
28
29 Copyright:
30
31     Copyright (c) 2005, 2004, 2003, 2002, 2001 Martyn J. Pearce.  This
32     program is free software; you can redistribute it and/or modify it
33     under the same terms as Perl itself.
34
35     Copyright (c) 2000 Ed Avis.  This program is free software; you can
36     redistribute it and/or modify it under the same terms as Perl itself.
37
38 13th March, 2005