diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-06-21 18:58:59 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-06-22 06:09:04 -0700 |
commit | c033ac4eaec8bbabcbe8d8b4f8bfa5bbd61ca118 (patch) | |
tree | d188b11b22e3ef16a86b106776b182d46c6749aa /lib/Tie | |
parent | e8596d90a5ef66446c82c28e0de9cc5236881ef2 (diff) | |
download | perl-c033ac4eaec8bbabcbe8d8b4f8bfa5bbd61ca118.tar.gz |
Increase $Tie::StdHandle::VERSION to 4.3
Diffstat (limited to 'lib/Tie')
-rw-r--r-- | lib/Tie/StdHandle.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Tie/StdHandle.pm b/lib/Tie/StdHandle.pm index 3a1a3db478..42c46b6197 100644 --- 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 |