From: Rafael Garcia-Suarez Date: Sun, 4 Nov 2001 11:47:30 +0000 (+0100) Subject: Re: Where are my 'O's? [+ 12836 smoke] X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5186b92385b0f9128e1ee395f50599982d1cf123;p=p5sagit%2Fp5-mst-13.2.git Re: Where are my 'O's? [+ 12836 smoke] Message-ID: <20011104114730.A715@rafael> Remove -T from the test, wrong place for that. p4raw-id: //depot/perl@12840 --- diff --git a/lib/File/Temp/t/mktemp.t b/lib/File/Temp/t/mktemp.t index 2ca1a1f..4e31d01 100755 --- a/lib/File/Temp/t/mktemp.t +++ b/lib/File/Temp/t/mktemp.t @@ -1,4 +1,4 @@ -#!/usr/bin/perl -wT +#!/usr/bin/perl -w # Test for mktemp family of commands in File::Temp # Use STANDARD safe level for these tests