From a070ea36c093aeace6cd1f728c1e38a19f474a49 Mon Sep 17 00:00:00 2001 From: David Mitchell Date: Wed, 23 Oct 2013 19:21:35 +0100 Subject: [PATCH] bump Tie::StdHandle version after recent fixes --- lib/Tie/StdHandle.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Tie/StdHandle.pm b/lib/Tie/StdHandle.pm index 159d72e..0c58b70 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.3'; +$VERSION = '4.4'; =head1 NAME -- 2.7.4