NAME Progress::Any::Output::TermProgressBar - Output progress to terminal using Term::ProgressBar VERSION version 0.01 SYNOPSIS use Progress::Any '$progress'; use Progress::Any::Output::TermProgressBar; Progress::Any->set_output( output => Progress::Any::Output::TermProgressBar->new( # options ), ); $progress->init(target=>4); do { $progress->update(message=>"Test"); sleep 1 } for 1..4; AUTHOR Steven Haryanto COPYRIGHT AND LICENSE This software is copyright (c) 2012 by Steven Haryanto. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.