Change 14952 by jhi@alpha on 2002/03/02 23:41:54
The #14949 removed this error from non-Win32.
Affected files ...
.... //depot/perl/t/lib/warnings/op#8 edit
Differences ...
==== //depot/perl/t/lib/warnings/op#8 (text) ====
Index: perl/t/lib/warnings/op
--- perl/t/lib/warnings/op.~1~ Sat Mar 2 16:45:05 2002
+++ perl/t/lib/warnings/op Sat Mar 2 16:45:05 2002
@@ -952,12 +952,3 @@
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.
End of Patch.