ANSI-Palette
view release on metacpan or search on metacpan
t/00-load.t view on Meta::CPAN
#!perl
use 5.006;
use strict;
use warnings;
use Test::More;
plan tests => 1;
BEGIN {
use_ok( 'ANSI::Palette' ) || print "Bail out!\n";
}
diag( "Testing ANSI::Palette $ANSI::Palette::VERSION, Perl $], $^X" );
( run in 0.957 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )