From: Florian Ragwitz Date: Sat, 7 Sep 2013 14:13:25 +0000 (-0400) Subject: Bump $Term::ReadLine::VERSION X-Git-Tag: upstream/5.20.0~1976 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a20d9405550ad04e69e295c89de35de9ae1bacf4;p=platform%2Fupstream%2Fperl.git Bump $Term::ReadLine::VERSION --- diff --git a/dist/Term-ReadLine/lib/Term/ReadLine.pm b/dist/Term-ReadLine/lib/Term/ReadLine.pm index 4d446f6..80a0d4b 100644 --- a/dist/Term-ReadLine/lib/Term/ReadLine.pm +++ b/dist/Term-ReadLine/lib/Term/ReadLine.pm @@ -320,7 +320,7 @@ sub Features { \%features } package Term::ReadLine; # So late to allow the above code be defined? -our $VERSION = '1.13'; +our $VERSION = '1.14'; my ($which) = exists $ENV{PERL_RL} ? split /\s+/, $ENV{PERL_RL} : undef; if ($which) {