From c84b176b57423f679ce49f4ffe21b4069151bab0 Mon Sep 17 00:00:00 2001 From: Gabor Szabo Date: Wed, 16 May 2012 12:49:00 +0300 Subject: [PATCH 1/1] v2.12 --- Changes | 2 ++ lib/Term/ProgressBar.pm | 20 +++++++++++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index a250bf3..55edaa9 100644 --- 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 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 -- 2.39.2