You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by do...@hyperreal.org on 1999/01/21 18:04:17 UTC

cvs commit: modperl/t/net/perl util.pl

dougm       99/01/21 09:04:17

  Modified:    .        ToDo
               t/conf   httpd.conf-win32
               t/modules embperl.t
               t/net/perl util.pl
  Log:
  fixup tests for win32
  
  Revision  Changes    Path
  1.151     +0 -2      modperl/ToDo
  
  Index: ToDo
  ===================================================================
  RCS file: /export/home/cvs/modperl/ToDo,v
  retrieving revision 1.150
  retrieving revision 1.151
  diff -u -r1.150 -r1.151
  --- ToDo	1999/01/21 00:03:14	1.150
  +++ ToDo	1999/01/21 17:04:12	1.151
  @@ -3,8 +3,6 @@
                    (well, close to it anyhow)
   ---------------------------------------------------------------------------
   
  -- PerlRun undef &subroutine bug
  -
   - @PerlSetVar core dumps outside of %Location (Ask)
   
   - turn of strip of httpd in Apache's install.sh
  
  
  
  1.9       +1 -3      modperl/t/conf/httpd.conf-win32
  
  Index: httpd.conf-win32
  ===================================================================
  RCS file: /export/home/cvs/modperl/t/conf/httpd.conf-win32,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- httpd.conf-win32	1998/11/13 03:27:56	1.8
  +++ httpd.conf-win32	1999/01/21 17:04:13	1.9
  @@ -21,8 +21,6 @@
   
   LoadModule perl_module modules/ApacheModulePerl.dll
   
  -PerlRequire docs/startup.pl
  -
   #-Tw
   
   PerlTaintCheck On
  @@ -34,7 +32,7 @@
   
   PerlSetVar KeyForPerlSetVar OK
   
  -
  +PerlRequire docs/startup.pl
   
   PerlTransHandler PerlTransHandler
   
  
  
  
  1.6       +1 -1      modperl/t/modules/embperl.t
  
  Index: embperl.t
  ===================================================================
  RCS file: /export/home/cvs/modperl/t/modules/embperl.t,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- embperl.t	1999/01/19 21:26:10	1.5
  +++ embperl.t	1999/01/21 17:04:14	1.6
  @@ -1,4 +1,4 @@
  -
  +use Apache::src ();
   use Apache::test;
   
   skip_test unless have_module "HTML::Embperl";
  
  
  
  1.8       +2 -1      modperl/t/net/perl/util.pl
  
  Index: util.pl
  ===================================================================
  RCS file: /export/home/cvs/modperl/t/net/perl/util.pl,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- util.pl	1998/10/26 23:14:31	1.7
  +++ util.pl	1999/01/21 17:04:14	1.8
  @@ -108,7 +108,8 @@
   print "Perl = $Perl\n";
   print "builtin = $builtin\n";
   
  -test ++$i, lc($C) eq lc($Perl); 
  +#test ++$i, lc($C) eq lc($Perl); 
  +test ++$i, length($C) and length($Perl); 
   
   =pod
   use Benchmark;