Change 30684 by [EMAIL PROTECTED] on 2007/03/22 14:25:54

        Fix internal POD link

Affected files ...

... //depot/perl/lib/Term/ANSIColor.pm#14 edit

Differences ...

==== //depot/perl/lib/Term/ANSIColor.pm#14 (text) ====
Index: perl/lib/Term/ANSIColor.pm
--- perl/lib/Term/ANSIColor.pm#13~28580~        2006-07-15 08:22:35.000000000 
-0700
+++ perl/lib/Term/ANSIColor.pm  2007-03-22 07:25:54.000000000 -0700
@@ -32,7 +32,7 @@
                                  ON_CYAN ON_WHITE)]);
 Exporter::export_ok_tags ('constants');
 
-$VERSION = '1.11';
+$VERSION = '1.11_01';
 
 ##############################################################################
 # Internal data structures
@@ -227,7 +227,7 @@
 
 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<SYNOPSIS>).
+which has to be explicitly imported to be used (see L</SYNOPSIS>).
 
 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
End of Patch.

Reply via email to