manually update execinfo.mk
[dports.git] / devel / p5-Term-ProgressBar-Simple / pkg-descr
1 Progress bars are handy - they tell you how much work has been done, how much
2 is left to do and estimate how long it will take. But they can be fiddly! This
3 module does the right thing in almost all cases in a really convenient way.
4
5 It wraps Term::ProgressBar::Quiet so there is no output unless the code is
6 running interactively - lets you put them in cron scripts.
7
8 It deals with minor updates - only refreshes the screen when it will change
9 what the user sees so it is efficient.
10
11 It completes the progress bar when the progress object is destroyed (explicitly
12 or by going out of scope) - no more '99%' done.
13
14 WWW: http://search.cpan.org/dist/Term-ProgressBar-Simple/