Blame THANKS

Packit Service d987f3
                          Term::ANSIColor Thanks
Packit Service d987f3
Packit Service d987f3
Thanks to all of the following people for helping with the development of
Packit Service d987f3
this module.
Packit Service d987f3
Packit Service d987f3
To Jon Lennox for looking at early versions of this module, providing
Packit Service d987f3
feedback, and offering suggestions for improvement.
Packit Service d987f3
Packit Service d987f3
To Jesse Taylor for writing the first significant script to use this
Packit Service d987f3
module (colorized calsplit), thus offering innumerable opportunities to
Packit Service d987f3
test and debug.
Packit Service d987f3
Packit Service d987f3
To Jean Delvare for providing documentation of what the various attributes
Packit Service d987f3
do on various different terminal emulators, and for noting that attribute
Packit Service d987f3
2 is dark.
Packit Service d987f3
Packit Service d987f3
To Edward Avis for the implementation of uncolor.
Packit Service d987f3
Packit Service d987f3
To Rani Pinchuk for the idea of ANSI_COLORS_DISABLED and an initial
Packit Service d987f3
implementation.
Packit Service d987f3
Packit Service d987f3
To ATricket for the information about what PuTTY, Windows telnet, and
Packit Service d987f3
OpenSSH under Cygwin support.
Packit Service d987f3
Packit Service d987f3
To Richard Maus for pointing out DARK was missing from the exported
Packit Service d987f3
constants list and CYAN and WHITE were missing from the documentation.
Packit Service d987f3
Packit Service d987f3
To Autrijus Tang for noticing a problem with string comparisons in the
Packit Service d987f3
test suite.
Packit Service d987f3
Packit Service d987f3
To Daniel Lindsley for the information about what Mac OS X Terminal
Packit Service d987f3
supports.
Packit Service d987f3
Packit Service d987f3
To Joe Smith for the original test files that exercise a wide variety of
Packit Service d987f3
VT100 escape sequences including the ECMA-48 color control codes.  These
Packit Service d987f3
have been replaced by an example script, but they were very useful.
Packit Service d987f3
Packit Service d987f3
To James Bowlin for catching a bug in colored when $EACHLINE is set that
Packit Service d987f3
caused it to not color lines consisting solely of 0.
Packit Service d987f3
Packit Service d987f3
To Helge Kreutzmann for pointing out the need for warnings in the
Packit Service d987f3
documentation about background colors that span newlines.
Packit Service d987f3
Packit Service d987f3
To Baron Schwartz for pointing out that cyan and white were missing from
Packit Service d987f3
the documentation.
Packit Service d987f3
Packit Service d987f3
To Michael R. Wolf for pointing out that Wikipedia and the ECMA standard
Packit Service d987f3
use faint instead of dark as the name of attribute 2.
Packit Service d987f3
Packit Service d987f3
To openmethods.com voice solutions for contributing PUSHCOLOR, POPCOLOR,
Packit Service d987f3
and LOCALCOLOR support.
Packit Service d987f3
Packit Service d987f3
To Tim Bellinghausen for the AUTOLOAD taint fix for Perl 5.10.
Packit Service d987f3
Packit Service d987f3
To Paul Miller for the idea and initial implementation of colorstrip.
Packit Service d987f3
Packit Service d987f3
To Jakob Ilves for sixteen-color support and the initial documentation of
Packit Service d987f3
bright color issues.
Packit Service d987f3
Packit Service d987f3
To Revilo Reegiles for reporting problems with the colored function and
Packit Service d987f3
non-array references with stringification defined, and providing a test
Packit Service d987f3
case.
Packit Service d987f3
Packit Service d987f3
To Kent Fredric for the request for italic and the report of a terminal
Packit Service d987f3
emulator that supports it.
Packit Service d987f3
Packit Service d987f3
To Simon Wistow for reporting that Term::ANSIColor was inadvertantly
Packit Service d987f3
clobbering $@ when generating constant subs.
Packit Service d987f3
Packit Service d987f3
To Kurt Starsinic for the initial implementation of 256-color support.
Packit Service d987f3
Packit Service d987f3
To Magnus Woldrich for Term::ExtendedColor and for research on which
Packit Service d987f3
emulators support 256 colors.
Packit Service d987f3
Packit Service d987f3
To Stephen Thirlwall for the initial implementation of custom color
Packit Service d987f3
support.
Packit Service d987f3
Packit Service d987f3
To BlueT - Matthew Lien - 練喆明 for quick testing of 4.00 and reporting a
Packit Service d987f3
problem with skipping one of the tests.
Packit Service d987f3
Packit Service d987f3
To David Cantrell for testing with Perl 5.6.2 and debugging why a test
Packit Service d987f3
case didn't work with its version of Exporter.
Packit Service d987f3
Packit Service d987f3
To Olivier Mengué for fixing a SYNOPSIS quoting error and for various
Packit Service d987f3
other build fixes and recommendations about environment variables for test
Packit Service d987f3
control.
Packit Service d987f3
Packit Service d987f3
To Nicolas R for pointing out a 70% memory usage increase over Perl 5.14
Packit Service d987f3
that could be mostly avoided by dodging POSIX character classes in regexes
Packit Service d987f3
and delaying loading of the Carp module.
Packit Service d987f3
Packit Service d987f3
To Larry Wall, as always, for Perl.