diff options
Diffstat (limited to 't/lib/open2.t')
-rwxr-xr-x | t/lib/open2.t | 2 |
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'; |