dougm 01/10/19 17:23:54
Modified: perl-framework/Apache-Test/lib/Apache TestRun.pm
Log:
remove File::Spec stunt to force unix; not the right solution for win32
Revision Changes Path
1.65 +0 -7
httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm
Index: TestRun.pm
===================================================================
RCS file:
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- TestRun.pm 2001/10/19 23:46:52 1.64
+++ TestRun.pm 2001/10/20 00:23:54 1.65
@@ -3,13 +3,6 @@
use strict;
use warnings FATAL => 'all';
-BEGIN {
- #Apache likes everything to be in /unix/path/file.ext format
- $INC{'File/Spec.pm'} = __FILE__;
- require File::Spec::Unix;
- @File::Spec::ISA = qw(File::Spec::Unix);
-}
-
use Apache::TestConfig ();
use Apache::TestConfigC ();
use Apache::TestRequest ();