Blame docs/metadata/requirements

Packit e6c7a3
Term::ANSIColor is written in pure Perl and has no module dependencies
Packit e6c7a3
that aren't found in Perl core.  It should work with any version of Perl
Packit e6c7a3
after 5.6, although it hasn't been tested with old versions in some time.
Packit e6c7a3
Packit e6c7a3
In order to actually see color, you will need to use a terminal window
Packit e6c7a3
that supports the ANSI escape sequences for color.  Any recent version of
Packit e6c7a3
xterm, most xterm derivatives and replacements, and most telnet and ssh
Packit e6c7a3
clients for Windows and Macintosh should work, as will the MacOS X
Packit e6c7a3
Terminal application (although Terminal.app reportedly doesn't support 256
Packit e6c7a3
colors).  The console windows for Windows NT and Windows 2000 will not
Packit e6c7a3
work, as they do not even attempt to support ANSI X3.64.
Packit e6c7a3
Packit e6c7a3
For a complete (to my current knowledge) compatibility list, see the
Packit e6c7a3
Term::ANSIColor module documentation.  If you have any additions to the
Packit e6c7a3
table in the documentation, please send them to me.
Packit e6c7a3
Packit e6c7a3
The test suite requires Test::More (part of Perl since 5.6.2).  The
Packit e6c7a3
following additional Perl modules will be used by the test suite if
Packit e6c7a3
present:
Packit e6c7a3
Packit e6c7a3
* Devel::Cover
Packit e6c7a3
* Test::MinimumVersion
Packit e6c7a3
* Test::Perl::Critic
Packit e6c7a3
* Test::Pod
Packit e6c7a3
* Test::Pod::Coverage
Packit e6c7a3
* Test::Spelling
Packit e6c7a3
* Test::Strict
Packit e6c7a3
* Test::Synopsis
Packit e6c7a3
* Test::Warn
Packit e6c7a3
Packit e6c7a3
All are available on CPAN.  Those tests will be skipped if the modules are
Packit e6c7a3
not available.