Blame docs/metadata/requirements

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