summaryrefslogtreecommitdiff
path: root/t/lib/open2.t
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/open2.t')
-rwxr-xr-xt/lib/open2.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/open2.t b/t/lib/open2.t
index 8dd786b76e..1cf325a875 100755
--- a/t/lib/open2.t
+++ b/t/lib/open2.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::Open2;
#require 'open2.pl'; use subs 'open2';