summaryrefslogtreecommitdiff
path: root/t/lib/open3.t
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/open3.t')
-rwxr-xr-xt/lib/open3.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/open3.t b/t/lib/open3.t
index a4a978ebea..a5d7f2e8ee 100755
--- a/t/lib/open3.t
+++ b/t/lib/open3.t
@@ -1,5 +1,4 @@
#!./perl -w
-use strict;
BEGIN {
chdir 't' if -d 't';
@@ -8,6 +7,7 @@ BEGIN {
$SIG{__WARN__} = sub { die @_ };
}
+use strict;
use IO::Handle;
use IPC::Open3;
#require 'open3.pl'; use subs 'open3';