This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e21975
)
Bump $Term::ReadLine::VERSION
author
Florian Ragwitz
<rafl@debian.org>
Sat, 7 Sep 2013 14:13:25 +0000
(10:13 -0400)
committer
Florian Ragwitz
<rafl@debian.org>
Sat, 7 Sep 2013 14:13:25 +0000
(10:13 -0400)
dist/Term-ReadLine/lib/Term/ReadLine.pm
patch
|
blob
|
blame
|
history
diff --git
a/dist/Term-ReadLine/lib/Term/ReadLine.pm
b/dist/Term-ReadLine/lib/Term/ReadLine.pm
index
4d446f6
..
80a0d4b
100644
(file)
--- 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.1
3
';
+our $VERSION = '1.1
4
';
my ($which) = exists $ENV{PERL_RL} ? split /\s+/, $ENV{PERL_RL} : undef;
if ($which) {