A bug-fix release, primarily for arguments to the colored() function that are references to something other than an array. The URL http://archives.eyrie.org/software/perl/Term-ANSIColor-3.01.tar.gz has entered CPAN as file: $CPAN/authors/id/R/RR/RRA/Term-ANSIColor-3.01.tar.gz size: 20890 bytes md5: e43e9977a69e61a354e4aae1f406b6a3 Changes from the previous release: 2011-07-20 Russ Allbery <rra@stanford.edu> * ANSIColor.pm: Version 3.01 released. * Makefile.PL: Change the DISTNAME to Term-ANSIColor. * ANSIColor.pm (colored): Only interpret an initial array reference as a list of colors, not any initial reference, allowing the colored function to work properly on objects with stringification defined. Thanks, Revilo Reegiles. * t/stringify.t: New test for proper behavior with non-array references in colored. 2011-03-13 Russ Allbery <rra@stanford.edu> * ANSIColor.pm: Fix two syntax errors in the SYNOPSIS. Thanks, Jan Hartung. 2010-10-08 Russ Allbery <rra@stanford.edu> * ANSIColor.pm: Warn in the documentation that attributes are not supported in and will not work with Perl formats. 2010-04-11 Russ Allbery <rra@stanford.edu> * ANSIColor.pm: Update the URL for ECMA-048 in the documentation. -- Russ Allbery (rra@stanford.edu) <http://www.eyrie.org/~eagle/>Thread Next