diff options
-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 |