bump Tie::StdHandle version
authorDavid Mitchell <davem@iabyn.com>
Wed, 23 Oct 2013 18:21:35 +0000 (19:21 +0100)
committerDavid Mitchell <davem@iabyn.com>
Wed, 23 Oct 2013 18:21:35 +0000 (19:21 +0100)
after recent fixes

lib/Tie/StdHandle.pm

index 159d72e..0c58b70 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 use Tie::Handle;
 use vars qw(@ISA $VERSION);
 @ISA = 'Tie::Handle';
-$VERSION = '4.3';
+$VERSION = '4.4';
 
 =head1 NAME