Re: Term::ANSIColor 1.10

2005-08-22 Thread Rafael Garcia-Suarez
Russ Allbery wrote:
 The URL
 
 ftp://ftp.eyrie.org/pub/software/modules/ANSIColor-1.10.tar.gz
 
 has entered CPAN as
 
   file: $CPAN/authors/id/R/RR/RRA/ANSIColor-1.10.tar.gz
   size: 11798 bytes
md5: e71f4780026cd93c6a01b32ce98b541c

Thanks, upgraded in bleadperl as change #25318.

I also note that blead has the following typo fixes, which I preserved :

--- ./ANSIColor.pm  2005-08-21 20:49:13.0 +0200
+++ /home/rafael/p4blead/lib/Term/ANSIColor.pm  2005-08-22 16:07:24.0 
+0200
@@ -306,7 +306,7 @@
 interface has the advantage of better compile time error checking, since
 misspelled names of colors or attributes in calls to color() and colored()
 won't be caught until runtime whereas misspelled names of constants will be
-caught at compile time.  So, polute your namespace with almost two dozen
+caught at compile time.  So, pollute your namespace with almost two dozen
 subroutines that you may not even use that often, or risk a silly bug by
 mistyping an attribute.  Your choice, TMTOWTDI after all.
 
@@ -391,7 +391,7 @@
 constants aren't required, in which case you may feel free to insert commas
 unless you're using $Term::ANSIColor::AUTORESET.)
 
-For easier debuging, you may prefer to always use the commas when not
+For easier debugging, you may prefer to always use the commas when not
 setting $Term::ANSIColor::AUTORESET so that you'll get a fatal compile error
 rather than a warning.
 


Re: Term::ANSIColor 1.10

2005-08-22 Thread Russ Allbery
Rafael Garcia-Suarez [EMAIL PROTECTED] writes:

 I also note that blead has the following typo fixes, which I preserved :

Thanks, these will be committed to my sources and will be in the next
release, so we'll resync at some point in the future.

 --- ./ANSIColor.pm  2005-08-21 20:49:13.0 +0200
 +++ /home/rafael/p4blead/lib/Term/ANSIColor.pm  2005-08-22 16:07:24.0 
 +0200
 @@ -306,7 +306,7 @@
  interface has the advantage of better compile time error checking, since
  misspelled names of colors or attributes in calls to color() and colored()
  won't be caught until runtime whereas misspelled names of constants will be
 -caught at compile time.  So, polute your namespace with almost two dozen
 +caught at compile time.  So, pollute your namespace with almost two dozen
  subroutines that you may not even use that often, or risk a silly bug by
  mistyping an attribute.  Your choice, TMTOWTDI after all.
 
 @@ -391,7 +391,7 @@
  constants aren't required, in which case you may feel free to insert commas
  unless you're using $Term::ANSIColor::AUTORESET.)
 
 -For easier debuging, you may prefer to always use the commas when not
 +For easier debugging, you may prefer to always use the commas when not
  setting $Term::ANSIColor::AUTORESET so that you'll get a fatal compile error
  rather than a warning.

-- 
Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/


Term::ANSIColor 1.10

2005-08-21 Thread Russ Allbery
The URL

ftp://ftp.eyrie.org/pub/software/modules/ANSIColor-1.10.tar.gz

has entered CPAN as

  file: $CPAN/authors/id/R/RR/RRA/ANSIColor-1.10.tar.gz
  size: 11798 bytes
   md5: e71f4780026cd93c6a01b32ce98b541c

Changes from the previous release:

2005-08-21  Russ Allbery  [EMAIL PROTECTED]

* ANSIColor.pm: Version 1.10 released.

* ANSIColor.pm (colored): Fix the $EACHLINE support to work
properly with a line consisting solely of 0.  Remove Zenin's
now-defunct e-mail address from the documentation.
* test.pl: Test 0 and the empty string in combination with
$EACHLINE.

* tests/ansicolor: Add terminal test file from Joe Smith.
* tests/vt100-torture: Likewise.
* tests/README: Add an explanation of the test files.

-- 
Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/