Bump $Term::ReadLine::VERSION
authorFlorian Ragwitz <rafl@debian.org>
Sat, 7 Sep 2013 14:13:25 +0000 (10:13 -0400)
committerFlorian Ragwitz <rafl@debian.org>
Sat, 7 Sep 2013 14:13:25 +0000 (10:13 -0400)
dist/Term-ReadLine/lib/Term/ReadLine.pm

index 4d446f6..80a0d4b 100644 (file)
@@ -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) {