Michael G. Schwern [Wed, 5 Nov 2003 06:26:36 +0000 (22:26 -0800)]
Message-Id: <
20031105142635.GA22761@localhost.comcast.net>
p4raw-id: //depot/perl@21662
@INC = '../lib';
}
-use Test::More tests => 234;
+BEGIN { require './test.pl'; }
+plan tests => 234;
+
while (<DATA>) {
chomp;
my ($keyword, $proto) = split;