From 332ed93b9114e9280528c139fc7f58d49626a97d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 1 Nov 2017 17:47:18 +0100 Subject: tap3: use env(1) to find perl --- tap3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- cgit 1.4.1