From: Rob Browning Date: Sun, 3 Mar 2013 01:59:40 +0000 (-0600) Subject: wvtestrun: invoke perl via /usr/bin/env for portability. X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=aec0f36360f63b300b302db48fe450288cdeaf48;p=packages%2Fb%2Fbup.git wvtestrun: invoke perl via /usr/bin/env for portability. This also matches format-subst.pl. Signed-off-by: Rob Browning --- diff --git a/wvtestrun b/wvtestrun index 248a1c5..183e066 100755 --- a/wvtestrun +++ b/wvtestrun @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/env perl # # WvTest: # Copyright (C)2007-2009 Versabanq Innovations Inc. and contributors. @@ -6,6 +6,7 @@ # See the included file named LICENSE for license information. # use strict; +use warnings; use Time::HiRes qw(time); # always flush