summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 71af9d02a9..aead1cc65a 100644
--- a/dist/Term-ReadLine/lib/Term/ReadLine.pm
+++ b/dist/Term-ReadLine/lib/Term/ReadLine.pm
@@ -288,7 +288,7 @@ sub Features { \%features }
package Term::ReadLine; # So late to allow the above code be defined?
-our $VERSION = '1.07';
+our $VERSION = '1.08';
my ($which) = exists $ENV{PERL_RL} ? split /\s+/, $ENV{PERL_RL} : undef;
if ($which) {