]> git.donarmstrong.com Git - term-progressbar.git/commitdiff
v2.12
authorGabor Szabo <szabgab@gmail.com>
Wed, 16 May 2012 09:49:00 +0000 (12:49 +0300)
committerGabor Szabo <szabgab@gmail.com>
Wed, 16 May 2012 09:49:00 +0000 (12:49 +0300)
Changes
lib/Term/ProgressBar.pm

diff --git a/Changes b/Changes
index a250bf320f76eaa8cb7b313219c97cbb472b07f0..55edaa9aa25b12a93d649d37bdd85569d7da86c3 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,9 @@
 Revision history for Perl extension Term-ProgressBar.
 
+2.12 Wed May 16 12:47:16 2012
     - use strict; use warnings; in examples
     - remove bareword from POD (JBAKER)
+    - make lbrack and rbrack official.
 
 2.11 Fri Feb 17 12:31:04 2012
     - skip the signature verification
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