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

..03-May-2022-

examples/H12-May-2018-224164

lib/Term/H12-May-2018-1,191421

t/H12-May-2018-919662

ChangesH A D11-May-20184 KiB11993

MANIFESTH A D12-May-2018630 3130

MANIFEST.SKIPH A D27-Nov-2016196 1817

META.jsonH A D12-May-20181.3 KiB5756

META.ymlH A D12-May-2018804 3534

Makefile.PLH A D11-May-20181,012 4340

READMEH A D27-Nov-2016878 3922

README

1Module Term-ProgressBar (2.09):
2
3Description:
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
12Modules & Classes Provided:
13
14    Term::ProgressBar - provide a progress meter on a standard terminal
15
16Required Packages:
17
18    Class::MethodMaker	1.02
19    Term::ReadKey	2.14
20
21Required Perl Version:
22
23    5.006
24
25Package Maintainer:
26
27    Martyn J. Pearce fluffy@cpan.org
28
29Copyright:
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
3813th March, 2005
39