From 5055469f0315119bcbc40bd74a9254e55dab3d29 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 29 Jan 2012 20:50:02 -0800 Subject: Increase $Term::ReadLine::VERSION to 1.08 --- dist/Term-ReadLine/lib/Term/ReadLine.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.1