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:
e8596d9
)
Increase $Tie::StdHandle::VERSION to 4.3
author
Father Chrysostomos
<sprout@cpan.org>
Fri, 22 Jun 2012 01:58:59 +0000
(18:58 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Fri, 22 Jun 2012 13:09:04 +0000
(06:09 -0700)
lib/Tie/StdHandle.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Tie/StdHandle.pm
b/lib/Tie/StdHandle.pm
index
3a1a3db
..
42c46b6
100644
(file)
--- a/
lib/Tie/StdHandle.pm
+++ b/
lib/Tie/StdHandle.pm
@@
-5,7
+5,7
@@
use strict;
use Tie::Handle;
use vars qw(@ISA $VERSION);
@ISA = 'Tie::Handle';
-$VERSION = '4.
2
';
+$VERSION = '4.
3
';
=head1 NAME