Upgrade to ANSIColor-1.11
[p5sagit/p5-mst-13.2.git] / lib / Term / ANSIColor / t / pod.t
1 #!/usr/bin/perl
2 # $Id: pod.t 55 2006-06-22 17:56:02Z eagle $
3 #
4 # t/pod.t -- Test POD formatting for Term::ANSIColor.
5
6 eval 'use Test::Pod 1.00';
7 if ($@) {
8     print "1..1\n";
9     print "ok 1 # skip - Test::Pod 1.00 required for testing POD\n";
10     exit;
11 }
12 all_pod_files_ok ();