Change 20948 by [EMAIL PROTECTED] on 2003/08/30 06:08:57
Setup @INC.
Affected files ...
... //depot/perl/t/op/cproto.t#2 edit
Differences ...
==== //depot/perl/t/op/cproto.t#2 (text) ====
Index: perl/t/op/cproto.t
--- perl/t/op/cproto.t#1~20940~ Fri Aug 29 14:17:59 2003
+++ perl/t/op/cproto.t Fri Aug 29 23:08:57 2003
@@ -1,6 +1,11 @@
#!./perl
# Tests to ensure that we don't unexpectedly change prototypes of builtins
+BEGIN {
+ chdir 't' if -d 't';
+ @INC = '../lib';
+}
+
use Test::More tests => 234;
while (<DATA>) {
chomp;
End of Patch.