]> git.donarmstrong.com Git - term-progressbar.git/commit
Add Term::ProgressBar::IO.
authorDon Armstrong <don@donarmstrong.com>
Sun, 13 Apr 2014 19:10:33 +0000 (12:10 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sun, 13 Apr 2014 19:10:33 +0000 (12:10 -0700)
commit496e9a7b096012573242b82c7fb8027882d7599f
tree0da2ae4498020d3af30a5378e8e274d8ae3814fb
parent959a9bf443915d947fd83b537523b533b72a6755
Add Term::ProgressBar::IO.

This additional module supports easily updating a progressbar based on
a seekable filehandle. It also correctly handles IO::Uncompress
handles (by examining the position in the compressed filehandle
instead of the uncompressed one.)

See POD documentation in Term::ProgressBar::IO for more details.
Changes
lib/Term/ProgressBar/IO.pm [new file with mode: 0644]
t/02_term_progressbar_io.t [new file with mode: 0644]
t/random_file [new file with mode: 0644]