Update to CGI 2.70, from Lincoln Stein.
[p5sagit/p5-mst-13.2.git] / t / lib / cgi-request.t
index 390c08c..96775a9 100755 (executable)
@@ -1,12 +1,8 @@
-#!./perl
+#!/usr/local/bin/perl -w
 
 # Test ability to retrieve HTTP request info
 ######################### We start with some black magic to print on failure.
-
-BEGIN {
-    chdir 't' if -d 't';
-    unshift @INC, '../lib' if -d '../lib';
-}
+use lib '../blib/lib','../blib/arch';
 
 BEGIN {$| = 1; print "1..33\n"; }
 END {print "not ok 1\n" unless $loaded;}