summaryrefslogtreecommitdiff
path: root/dist/Term-ReadLine/lib
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2013-09-07 10:13:25 -0400
committerFlorian Ragwitz <rafl@debian.org>2013-09-07 10:13:25 -0400
commita20d9405550ad04e69e295c89de35de9ae1bacf4 (patch)
tree7746b7a098d4dedf2650575527fb731cc24c4fa0 /dist/Term-ReadLine/lib
parent2e219752ece881dd8aa0a96a021b4acf8f8ca38b (diff)
downloadperl-a20d9405550ad04e69e295c89de35de9ae1bacf4.tar.gz
Bump $Term::ReadLine::VERSION
Diffstat (limited to 'dist/Term-ReadLine/lib')
-rw-r--r--dist/Term-ReadLine/lib/Term/ReadLine.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Term-ReadLine/lib/Term/ReadLine.pm b/dist/Term-ReadLine/lib/Term/ReadLine.pm
index 4d446f6872..80a0d4bac8 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) {