summary refs log tree commit diff
path: root/tap3
diff options
context:
space:
mode:
Diffstat (limited to 'tap3')
-rwxr-xr-xtap33
1 files changed, 2 insertions, 1 deletions
diff --git a/tap3 b/tap3
index 53ddc80..9a0db42 100755
--- a/tap3
+++ b/tap3
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 # tap3 [DESC] - check output/error/status of a command against a specification
 #
 # A tiny variant of shelltestrunner (format v1), just takes one test
@@ -26,6 +26,7 @@
 # http://creativecommons.org/publicdomain/zero/1.0/
 
 use strict;
+use warnings;
 use Symbol 'gensym';
 use IPC::Open3;