Change 18279 by merijn@merijn-l1 on 2002/12/10 14:10:03
Subject: Re: ANSIColor 1.06 released
Version bump only after typo fix to sync with CPAN
Affected files ...
... //depot/perl/lib/Term/ANSIColor.pm#7 edit
Differences ...
==== //depot/perl/lib/Term/ANSIColor.pm#7 (text) ====
Index: perl/lib/Term/ANSIColor.pm
--- perl/lib/Term/ANSIColor.pm#6~18272~ Mon Dec 9 07:31:28 2002
+++ perl/lib/Term/ANSIColor.pm Tue Dec 10 06:10:03 2002
@@ -34,7 +34,7 @@
# Don't use the CVS revision as the version, since this module is also in Perl
# core and too many things could munge CVS magic revision strings.
-$VERSION = 1.05;
+$VERSION = 1.06;
##############################################################################
# Internal data structures
End of Patch.