diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-07-21 11:52:47 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-07-21 12:44:53 +0100 |
commit | 5213914c3c1657d0a00ee5ddcb253e8ffa103f28 (patch) | |
tree | c24fa94c85ec876976c7cf70ca3dc91100cbefc8 /MANIFEST | |
parent | 1ea085fc1217bcccd63fc6d8cc77d4547dbe84db (diff) | |
download | perl-5213914c3c1657d0a00ee5ddcb253e8ffa103f28.tar.gz |
Update Term-ANSIColor to CPAN version 3.01
[DELTA]
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.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2101,6 +2101,7 @@ cpan/Term-ANSIColor/ANSIColor.pm Perl module supporting termcap usage cpan/Term-ANSIColor/ChangeLog Term::ANSIColor cpan/Term-ANSIColor/README Term::ANSIColor cpan/Term-ANSIColor/t/basic.t Tests for Term::ANSIColor +cpan/Term-ANSIColor/t/stringify.t Tests for Term::ANSIColor cpan/Term-Cap/Cap.pm Perl module supporting termcap usage cpan/Term-Cap/test.pl See if Term::Cap works cpan/Term-UI/lib/Term/UI/History.pm Term::UI |