diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2002-12-10 14:10:03 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2002-12-10 14:10:03 +0000 |
commit | 05b465836ef698192f94eef4a60cd63313013848 (patch) | |
tree | 587749819ec778dd2e57df6be7f9e8e1ffb6d4f6 /lib/Term | |
parent | 1f74f634f2850c816bd2bea31147ff3335a5a63f (diff) | |
download | perl-05b465836ef698192f94eef4a60cd63313013848.tar.gz |
Re: ANSIColor 1.06 released
Version bump only after typo fix to sync with CPAN
p4raw-id: //depot/perl@18279
Diffstat (limited to 'lib/Term')
-rw-r--r-- | lib/Term/ANSIColor.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Term/ANSIColor.pm b/lib/Term/ANSIColor.pm index 7469ea1ef7..078844b093 100644 --- a/lib/Term/ANSIColor.pm +++ b/lib/Term/ANSIColor.pm @@ -34,7 +34,7 @@ Exporter::export_ok_tags ('constants'); # 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 |