summaryrefslogtreecommitdiff
path: root/dist/Term-ReadLine/lib
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2013-03-09 13:35:13 -0700
committerKarl Williamson <public@khwilliamson.com>2013-03-09 13:42:52 -0700
commit1b59ab5f69dd4e996646d7ac3fe2a7197899b078 (patch)
tree16938fa091092e78ca02ac6b79775c70424dfabd /dist/Term-ReadLine/lib
parent282b912ef33d1d633208d956b83cb0da45635ef3 (diff)
downloadperl-1b59ab5f69dd4e996646d7ac3fe2a7197899b078.tar.gz
Bump version of Term::ReadLine
commit 20a5039af69d81e9003664af771f2dd5e0446c2b changed this module's pod but didn't bump the version.
Diffstat (limited to 'dist/Term-ReadLine/lib')
-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 ee6f969a2c..1aa19d397e 100644
--- a/dist/Term-ReadLine/lib/Term/ReadLine.pm
+++ b/dist/Term-ReadLine/lib/Term/ReadLine.pm
@@ -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) {