File: README

package info (click to toggle)
libterm-progressbar-perl 2.23-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 224 kB
  • sloc: perl: 596; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 878 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Module Term-ProgressBar (2.09):

Description:

    A progress bar for things that take a while.  It looks like

      50% [=====     ]

    and is as long as the terminal.  Linear estimation of the time left for
    the process to run is available.

Modules & Classes Provided:

    Term::ProgressBar - provide a progress meter on a standard terminal

Required Packages:

    Class::MethodMaker	1.02
    Term::ReadKey	2.14

Required Perl Version:

    5.006

Package Maintainer:

    Martyn J. Pearce fluffy@cpan.org

Copyright:

    Copyright (c) 2005, 2004, 2003, 2002, 2001 Martyn J. Pearce.  This
    program is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.

    Copyright (c) 2000 Ed Avis.  This program is free software; you can
    redistribute it and/or modify it under the same terms as Perl itself.

13th March, 2005