#!/usr/local/bin/perl -w
+BEGIN {
+ chdir('t') if -d 't';
+ unshift @INC, '../lib';
+}
+
# Test ability to retrieve HTTP request info
######################### We start with some black magic to print on failure.
use lib '../blib/lib','../blib/arch';
#!/usr/local/bin/perl -w
+BEGIN {
+ chdir('t') if -d 't';
+ unshift @INC, '../lib';
+}
+
# Test ability to retrieve HTTP request info
######################### We start with some black magic to print on failure.
use lib '../blib/lib','../blib/arch';
#!/usr/local/bin/perl -w
+BEGIN {
+ chdir('t') if -d 't';
+ unshift @INC, '../lib';
+}
+
# Test ability to retrieve HTTP request info
######################### We start with some black magic to print on failure.
use lib '../blib/lib','../blib/arch';
#!/usr/local/bin/perl -w
+BEGIN {
+ chdir('t') if -d 't';
+ unshift @INC, '../lib';
+}
+
# Test ability to retrieve HTTP request info
######################### We start with some black magic to print on failure.
use lib '../blib/lib','../blib/arch';
#!/usr/local/bin/perl -w
+BEGIN {
+ chdir('t') if -d 't';
+ unshift @INC, '../lib';
+}
+
# Test ability to retrieve HTTP request info
######################### We start with some black magic to print on failure.
use lib '../blib/lib','../blib/arch';
#!./perl -w
+BEGIN {
+ chdir('t') if -d 't';
+ unshift @INC, '../lib';
+}
+
use Getopt::Long qw(:config no_ignore_case);
die("Getopt::Long version 2.23_03 required--this is only version ".
$Getopt::Long::VERSION)
#!./perl -w
+BEGIN {
+ chdir('t') if -d 't';
+ unshift @INC, '../lib';
+}
+
require "newgetopt.pl";
print "1..9\n";
#!./perl -w
+BEGIN {
+ chdir('t') if -d 't';
+ unshift @INC, '../lib';
+}
+
use Getopt::Long;
print "1..18\n";
#!./perl -w
+BEGIN {
+ chdir('t') if -d 't';
+ unshift @INC, '../lib';
+}
+
use Getopt::Long;
die("Getopt::Long version 2.23_03 required--this is only version ".
$Getopt::Long::VERSION)