Michael G. Schwern [Thu, 30 Oct 2003 15:51:03 +0000 (07:51 -0800)]
Subject: Re: Fix for the orange lion bug - aka empty sub bug
Message-ID: <
20031030235103.GC27017@localhost.comcast.net>
p4raw-id: //depot/perl@21583
-#!./perl
+#!./perl -w
BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
- require Config; import Config;
+ require './test.pl';
}
-use Test::More tests => 4;
+plan( tests => 4 );
sub empty_sub {}