Thanks Geoff, I've applied this patch instead:
[snip]
seems to work for me.
me too. nice.
Index: Apache-Test/t/TEST.PL
===================================================================
RCS file: /home/cvspublic/httpd-test/perl-framework/Apache-Test/t/TEST.PL,v
retrieving revision 1.2
diff -u -r1.2 TEST.PL
--- Apache-Test/t/TEST.PL 31 May 2002 15:45:28 -0000 1.2
+++ Apache-Test/t/TEST.PL 2 Apr 2003 18:58:00 -0000
@@ -1,5 +1,3 @@
-#!perl
-
use strict;
use warnings FATAL => 'all';
Index: ModPerl-Registry/t/TEST.PL =================================================================== RCS file: /home/cvspublic/modperl-2.0/ModPerl-Registry/t/TEST.PL,v retrieving revision 1.6 diff -u -r1.6 TEST.PL --- ModPerl-Registry/t/TEST.PL 8 Mar 2003 19:08:41 -0000 1.6 +++ ModPerl-Registry/t/TEST.PL 2 Apr 2003 18:58:00 -0000 @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings FATAL => 'all';
is this related?
no. from my last post (it was easy to miss)
"also included are some TEST.PL cleanups - the shebang line is generated so we don't need to include it in the template as well."
if you take a look at the generated TEST files they look like
#!/src/bleedperl/bin/perl # WARNING: this file is generated, do not edit [snip]
#!perl
--Geoff
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
