Introduction
Statistics
Contact
Development
Disclaimer
Help
ftp.icm.edu.pl home page
From d6c6b17ea9d7c98d0ed367a5cba75c8410b5d209 Mon Sep 17 00:00:00 2001
From: Slaven Rezic <cpansand@eserte>
Date: Sat, 21 May 2016 08:35:25 +0000
Subject: [PATCH] fix my in my error (RT #106769)
---
t/04_handle.t | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/t/04_handle.t b/t/04_handle.t
index 51fc237..4734f25 100644
--- a/t/04_handle.t
+++ b/t/04_handle.t
@@ -7,7 +7,7 @@ use_ok("File::Temp", "tempfile");
require_ok("Object::Import");
}
-my(my $TT, my $tn) = tempfile(UNLINK => 1);
+my($TT, $tn) = tempfile(UNLINK => 1);
ok($tn, "timefile name");
ok(binmode($TT));
--
2.1.2