From: Steve Hay Date: Mon, 30 Oct 2006 10:02:35 +0000 (+0000) Subject: Bump $VERSION in Term::UI following change #29120 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=06a8aa7f2d9e703c50d20117455c775c884fd3fd;p=p5sagit%2Fp5-mst-13.2.git Bump $VERSION in Term::UI following change #29120 p4raw-link: @29120 on //depot/perl: 8f9c76718e537ed4487b7abb2d2f3503ee90bdef p4raw-id: //depot/perl@29150 --- diff --git a/lib/Term/UI.pm b/lib/Term/UI.pm index a7d136b..5c40b78 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: '); }