From ce993e7fe8ecb319c0bf3e625f9f909127b01308 Mon Sep 17 00:00:00 2001 From: Gabor Szabo Date: Fri, 17 Feb 2012 12:32:01 +0200 Subject: [PATCH] release 2.11 --- Changes | 8 ++++---- lib/Term/ProgressBar.pm | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Changes b/Changes index 4b36f3c..25c71f7 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Perl extension Term-ProgressBar. -2.11 +2.11 Fri Feb 17 12:31:04 2012 - skip the signature verification 2.10 Wed Dec 21 11:18:26 2011 @@ -26,11 +26,11 @@ Revision history for Perl extension Term-ProgressBar. 2.06 Sun Mar 14 10:46 AM GMT 2004 - Add patch to cope when terminal size cannot be detected or is - too small. + too small. Thanks to Ed Avis () for the patch. - - Add patch to test to avoid failure on windoze due to unlinking open + - Add patch to test to avoid failure on windoze due to unlinking open files - - Add patch to cope when Term::ReadKey fails to initialize for some + - Add patch to cope when Term::ReadKey fails to initialize for some reason. Thanks to Scott Cain () for the patch. - Add patch to suppress unnecessary terminal updates diff --git a/lib/Term/ProgressBar.pm b/lib/Term/ProgressBar.pm index 1dfea06..708aab0 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.10'; +$VERSION = '2.11'; # ---------------------------------- # CLASS CONSTRUCTION -- 2.39.2