summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-01-29 20:50:02 -0800
committerFather Chrysostomos <sprout@cpan.org>2012-01-29 21:53:52 -0800
commit5055469f0315119bcbc40bd74a9254e55dab3d29 (patch)
treecdb545b04d627445ee79e97777e7b04e6572fada
parent5bdfa3000e7c17acf02c6f8cb928f24989f2c532 (diff)
downloadperl-5055469f0315119bcbc40bd74a9254e55dab3d29.tar.gz
Increase $Term::ReadLine::VERSION to 1.08
-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) {