This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump version of Term::ReadLine
[perl5.git] / dist / Term-ReadLine / lib / Term / ReadLine.pm
index ee6f969..1aa19d3 100644 (file)
@@ -320,7 +320,7 @@ sub Features { \%features }
 
 package Term::ReadLine;                # So late to allow the above code be defined?
 
-our $VERSION = '1.11';
+our $VERSION = '1.12';
 
 my ($which) = exists $ENV{PERL_RL} ? split /\s+/, $ENV{PERL_RL} : undef;
 if ($which) {