In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/1b59ab5f69dd4e996646d7ac3fe2a7197899b078?hp=282b912ef33d1d633208d956b83cb0da45635ef3>

- Log -----------------------------------------------------------------
commit 1b59ab5f69dd4e996646d7ac3fe2a7197899b078
Author: Karl Williamson <[email protected]>
Date:   Sat Mar 9 13:35:13 2013 -0700

    Bump version of Term::ReadLine
    
    commit 20a5039af69d81e9003664af771f2dd5e0446c2b changed this module's
    pod but  didn't bump the version.
-----------------------------------------------------------------------

Summary of changes:
 dist/Term-ReadLine/lib/Term/ReadLine.pm |    2 +-
 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 ee6f969..1aa19d3 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) {

--
Perl5 Master Repository

Reply via email to