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
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Increase $Tie::StdHandle::VERSION to 4.3
[perl5.git]
/
lib
/
Tie
/
StdHandle.pm
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