diff options
author | Steve Hay <SteveHay@planit.com> | 2006-10-30 10:02:35 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2006-10-30 10:02:35 +0000 |
commit | 06a8aa7f2d9e703c50d20117455c775c884fd3fd (patch) | |
tree | 60935b4422bd358ce00c71059708ed0681643646 /lib | |
parent | d69f615105dad996b387d1506707e8dbeb2f5141 (diff) | |
download | perl-06a8aa7f2d9e703c50d20117455c775c884fd3fd.tar.gz |
Bump $VERSION in Term::UI following change #29120
p4raw-link: @29120 on //depot/perl: 8f9c76718e537ed4487b7abb2d2f3503ee90bdef
p4raw-id: //depot/perl@29150
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Term/UI.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Term/UI.pm b/lib/Term/UI.pm index a7d136b0eb..5c40b78ca7 100644 --- a/lib/Term/UI.pm +++ b/lib/Term/UI.pm @@ -11,7 +11,7 @@ use strict; BEGIN { use vars qw[$VERSION $AUTOREPLY $VERBOSE $INVALID]; $VERBOSE = 1; - $VERSION = '0.14'; + $VERSION = '0.14_01'; $INVALID = loc('Invalid selection, please try again: '); } |