X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Changes;h=a250bf320f76eaa8cb7b313219c97cbb472b07f0;hb=bfb0b85ddf5d5e41558431b989506e0ce5fb91ad;hp=4b36f3c9597cd67dbc49d056aac913f23cd81bef;hpb=cbc7b2da89fed4167db14a35664b5876b772f8d2;p=term-progressbar.git diff --git a/Changes b/Changes index 4b36f3c..a250bf3 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,9 @@ Revision history for Perl extension Term-ProgressBar. -2.11 + - use strict; use warnings; in examples + - remove bareword from POD (JBAKER) + +2.11 Fri Feb 17 12:31:04 2012 - skip the signature verification 2.10 Wed Dec 21 11:18:26 2011 @@ -26,11 +29,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