X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lib%2FTerm%2FProgressBar.pm;h=a42a61abf91f561b1fa7b4b63f80de07b1c5b1b1;hb=c84b176b57423f679ce49f4ffe21b4069151bab0;hp=f61956ad1a0cfefdaff00aee463c4498aec775bb;hpb=bfb0b85ddf5d5e41558431b989506e0ce5fb91ad;p=term-progressbar.git diff --git a/lib/Term/ProgressBar.pm b/lib/Term/ProgressBar.pm index f61956a..a42a61a 100644 --- a/lib/Term/ProgressBar.pm +++ b/lib/Term/ProgressBar.pm @@ -254,7 +254,7 @@ use constant DEBUG => 0; use vars qw($PACKAGE $VERSION); $PACKAGE = 'Term-ProgressBar'; -$VERSION = '2.11'; +$VERSION = '2.12'; # ---------------------------------- # CLASS CONSTRUCTION @@ -585,6 +585,24 @@ action, and not in action, respectively. =back +=head2 Configuration + +=over 4 + +=item lbrack + +Left bracket ( defaults to [ ) + + $progress->lbrack('<'); + +=item rbrack + +Right bracket ( defaults to ] ) + + $progress->rbrack('>'); + +=back + =cut # Private Scalar Components