diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-01-08 10:23:00 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-01-08 11:01:40 +0000 |
commit | 522ce57f52e5bcaff6cd3ad98b0abb28897bd38d (patch) | |
tree | e21c26834c55130c41206a506c653be00d257ebe /cpan | |
parent | 2ae3365f710faf1a6858ac17a592f9bf68925a4f (diff) | |
download | perl-522ce57f52e5bcaff6cd3ad98b0abb28897bd38d.tar.gz |
Update Term-ANSIColor to CPAN version 4.02
[DELTA]
2013-01-07 Russ Allbery <rra@stanford.edu>
* ANSIColor.pm: Version 4.02 released.
* Makefile.PL: Add the minimum Perl version to the package
metadata.
* t/basic256.t: List the tag first in the import list for
compatibility with the Exporter from Perl 5.6.2. Thanks to David
Cantrell for the testing and debugging.
Diffstat (limited to 'cpan')
-rw-r--r-- | cpan/Term-ANSIColor/ANSIColor.pm | 4 | ||||
-rw-r--r-- | cpan/Term-ANSIColor/ChangeLog | 11 | ||||
-rw-r--r-- | cpan/Term-ANSIColor/README | 19 | ||||
-rw-r--r-- | cpan/Term-ANSIColor/t/basic256.t | 4 | ||||
-rw-r--r-- | cpan/Term-ANSIColor/t/eval.t | 2 |
5 files changed, 26 insertions, 14 deletions
diff --git a/cpan/Term-ANSIColor/ANSIColor.pm b/cpan/Term-ANSIColor/ANSIColor.pm index 1f253a4273..1718366660 100644 --- a/cpan/Term-ANSIColor/ANSIColor.pm +++ b/cpan/Term-ANSIColor/ANSIColor.pm @@ -1,7 +1,7 @@ # Term::ANSIColor -- Color screen output using ANSI escape sequences. # # Copyright 1996, 1997, 1998, 2000, 2001, 2002, 2005, 2006, 2008, 2009, 2010, -# 2011, 2012 Russ Allbery <rra@stanford.edu> +# 2011, 2012, 2013 Russ Allbery <rra@stanford.edu> # Copyright 1996 Zenin # Copyright 2012 Kurt Starsinic <kstarsinic@gmail.com> # @@ -40,7 +40,7 @@ our $AUTOLOAD; # against circular module loading (not that we load any modules, but # consistency is good). BEGIN { - $VERSION = '4.01'; + $VERSION = '4.02'; # All of the basic supported constants, used in %EXPORT_TAGS. my @colorlist = qw( diff --git a/cpan/Term-ANSIColor/ChangeLog b/cpan/Term-ANSIColor/ChangeLog index b80c0c94fd..aec8803b4e 100644 --- a/cpan/Term-ANSIColor/ChangeLog +++ b/cpan/Term-ANSIColor/ChangeLog @@ -1,3 +1,14 @@ +2013-01-07 Russ Allbery <rra@stanford.edu> + + * ANSIColor.pm: Version 4.02 released. + + * Makefile.PL: Add the minimum Perl version to the package + metadata. + + * t/basic256.t: List the tag first in the import list for + compatibility with the Exporter from Perl 5.6.2. Thanks to David + Cantrell for the testing and debugging. + 2012-12-31 Russ Allbery <rra@stanford.edu> * ANSIColor.pm: Version 4.01 released. diff --git a/cpan/Term-ANSIColor/README b/cpan/Term-ANSIColor/README index 9016e1ec7d..597b54a72c 100644 --- a/cpan/Term-ANSIColor/README +++ b/cpan/Term-ANSIColor/README @@ -1,4 +1,4 @@ - Term::ANSIColor version 4.01 + Term::ANSIColor version 4.02 (A simple ANSI text attribute control module) This program is free software; you may redistribute it and/or modify it @@ -117,15 +117,13 @@ SUPPORT For bug tracking, this package uses the CPAN bug tracker at: - https://rt.cpan.org/ - - Look for the Term-ANSIColor distribution. + https://rt.cpan.org/Public/Dist/Display.html?Name=Term-ANSIColor I welcome bug reports and patches for this package at rra@stanford.edu - or via the CPAN bug tracker at <http://rt.cpan.org/>. However, please - be aware that I tend to be extremely busy and work projects often take - priority. I'll save your mail and get to it as soon as I can, but it - may take me a couple of months. + or via the CPAN bug tracker. However, please be aware that I tend to be + extremely busy and work projects often take priority. I'll save your + mail and get to it as soon as I can, but it may take me a couple of + months. SOURCE REPOSITORY @@ -218,6 +216,9 @@ THANKS To BlueT - Matthew Lien - 練喆明 for quick testing of 4.00 and reporting a problem with skipping one of the tests. + To David Cantrell for testing with Perl 5.6.2 and debugging why a test + case didn't work with its version of Exporter. + To Larry Wall, as always, for Perl. LICENSE @@ -227,7 +228,7 @@ LICENSE Copyright 1996 Zenin Copyright 1996, 1997, 1998, 2000, 2001, 2002, 2005, 2006, 2008, 2009, - 2010, 2011, 2012 Russ Allbery <rra@stanford.edu> + 2010, 2011, 2012, 2013 Russ Allbery <rra@stanford.edu> Copyright 2012 Kurt Starsinic <kstarsinic@gmail.com> This program is free software; you may redistribute it and/or modify diff --git a/cpan/Term-ANSIColor/t/basic256.t b/cpan/Term-ANSIColor/t/basic256.t index 42895c7b99..266db8747b 100644 --- a/cpan/Term-ANSIColor/t/basic256.t +++ b/cpan/Term-ANSIColor/t/basic256.t @@ -3,7 +3,7 @@ # Tests for 256-color support. # # Copyright 2012 Kurt Starsinic <kstarsinic@gmail.com> -# Copyright 2012 Russ Allbery <rra@stanford.edu> +# Copyright 2012, 2013 Russ Allbery <rra@stanford.edu> # # This program is free software; you may redistribute it and/or modify it # under the same terms as Perl itself. @@ -17,7 +17,7 @@ use Test::More tests => 92; BEGIN { delete $ENV{ANSI_COLORS_ALIASES}; delete $ENV{ANSI_COLORS_DISABLED}; - use_ok('Term::ANSIColor', qw(color uncolor colorvalid :constants256)); + use_ok('Term::ANSIColor', qw(:constants256 color uncolor colorvalid)); } # Test basic 256-color codes. diff --git a/cpan/Term-ANSIColor/t/eval.t b/cpan/Term-ANSIColor/t/eval.t index 28591fa395..60e1aa7d18 100644 --- a/cpan/Term-ANSIColor/t/eval.t +++ b/cpan/Term-ANSIColor/t/eval.t @@ -23,7 +23,7 @@ use Test::More tests => 5; BEGIN { delete $ENV{ANSI_COLORS_ALIASES}; delete $ENV{ANSI_COLORS_DISABLED}; - use_ok('Term::ANSIColor', qw/:constants/); + use_ok('Term::ANSIColor', qw(:constants)); } # Ensure that using a constant doesn't leak anything in $@. |