From f28389c87b02cabfed341a39c8ba78e816e272c3 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 25 Mar 2004 12:16:42 +0000 Subject: Tor Arntsen fixed how this is invoked --- tests/testcurl.pl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/testcurl.pl b/tests/testcurl.pl index 71438137c..1efbba375 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl -w +#!/usr/bin/env perl #*************************************************************************** # _ _ ____ _ # Project ___| | | | _ \| | @@ -46,6 +46,9 @@ use strict; use Cwd; +# Turn on warnings (equivalent to -w, which can't be used with /usr/bin/env) +BEGIN { $^W = 1; } + use vars qw($version $fixed $infixed $CURLDIR $CVS $pwd $build $buildlog $buildlogname $gnulikebuild); use vars qw($name $email $desc $confopts); -- cgit v1.2.3