From: Rafael Garcia-Suarez Date: Thu, 22 Mar 2007 14:25:54 +0000 (+0000) Subject: Fix internal POD link X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=021bb724233baf635b358d25494b09150a23f4ee;p=p5sagit%2Fp5-mst-13.2.git Fix internal POD link p4raw-id: //depot/perl@30684 --- diff --git a/lib/Term/ANSIColor.pm b/lib/Term/ANSIColor.pm index 9832c41..927b61c 100644 --- a/lib/Term/ANSIColor.pm +++ b/lib/Term/ANSIColor.pm @@ -32,7 +32,7 @@ use Exporter (); ON_CYAN ON_WHITE)]); Exporter::export_ok_tags ('constants'); -$VERSION = '1.11'; +$VERSION = '1.11_01'; ############################################################################## # Internal data structures @@ -227,7 +227,7 @@ Term::ANSIColor - Color screen output using ANSI escape sequences This module has two interfaces, one through color() and colored() and the other through constants. It also offers the utility function uncolor(), -which has to be explicitly imported to be used (see L). +which has to be explicitly imported to be used (see L). color() takes any number of strings as arguments and considers them to be space-separated lists of attributes. It then forms and returns the escape