]> git.donarmstrong.com Git - term-progressbar.git/commitdiff
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)
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.


No differences found