From: Jarkko Hietaniemi Date: Sat, 2 Mar 2002 23:41:54 +0000 (+0000) Subject: The #14949 removed this error from non-Win32. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5695c80c5c2442f60ae2279804e263a5d951ef99;p=p5sagit%2Fp5-mst-13.2.git The #14949 removed this error from non-Win32. p4raw-id: //depot/perl@14952 --- diff --git a/t/lib/warnings/op b/t/lib/warnings/op index 2fa54b8..ff00dcd 100644 --- a/t/lib/warnings/op +++ b/t/lib/warnings/op @@ -952,12 +952,3 @@ EXPECT Use of "package" with no arguments is deprecated at - line 3. Global symbol "BEGIN" requires explicit package name at - line 4. BEGIN not safe after errors--compilation aborted at - line 4. -######## -# op.c [Perl_utilize] -use warnings 'misc'; -push @INC, sub { $_[1] eq 'Joe.pm' ? *DATA : undef }; -eval "use Joe"; -__DATA__ -package joe; 1; -EXPECT -Package `Joe' not found (did you use the incorrect case?) at (eval 1) line 2.