projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d69f615
)
Bump $VERSION in Term::UI following change #29120
Steve Hay [Mon, 30 Oct 2006 10:02:35 +0000 (10:02 +0000)]
p4raw-link: @29120 on //depot/perl:
8f9c76718e537ed4487b7abb2d2f3503ee90bdef
p4raw-id: //depot/perl@29150
lib/Term/UI.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Term/UI.pm
b/lib/Term/UI.pm
index
a7d136b
..
5c40b78
100644
(file)
--- 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: ');
}