]> git.donarmstrong.com Git - term-progressbar.git/blobdiff - lib/Term/ProgressBar.pm
v2.12
[term-progressbar.git] / lib / Term / ProgressBar.pm
index f61956ad1a0cfefdaff00aee463c4498aec775bb..a42a61abf91f561b1fa7b4b63f80de07b1c5b1b1 100644 (file)
@@ -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