richter     00/06/14 05:27:40

  Modified:    .        Tag: Embperl2 embpcgi.bat embpcgi.pl
                        embpcgi.test.bat embpcgi.test.pl embpexec.bat
                        embpexec.pl test.pl
               test/cmp Tag: Embperl2 errormismatch.htm
  Log:
  Embperl 2 - mod_perl tests
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.7.2.11  +2 -2      embperl/embpcgi.bat
  
  Index: embpcgi.bat
  ===================================================================
  RCS file: /home/cvs/embperl/embpcgi.bat,v
  retrieving revision 1.7.2.10
  retrieving revision 1.7.2.11
  diff -u -r1.7.2.10 -r1.7.2.11
  --- embpcgi.bat       2000/06/13 04:52:11     1.7.2.10
  +++ embpcgi.bat       2000/06/14 12:27:14     1.7.2.11
  @@ -1,9 +1,9 @@
   @rem = '--*-Perl-*--
   @echo off
  -D:\Perl\5.00502\bin\MSWin32-x86\perl -x %0 %1 %2 %3 %4 %5 %6 %7 %8 %9
  +/usr/bin/perl -x %0 %1 %2 %3 %4 %5 %6 %7 %8 %9
   goto endofperl
   @rem ';
  -#!D:\Perl\5.00502\bin\MSWin32-x86\perl --
  +#!/usr/bin/perl --
   #line 8
   ###################################################################################
   #
  
  
  
  1.7.2.11  +1 -1      embperl/embpcgi.pl
  
  Index: embpcgi.pl
  ===================================================================
  RCS file: /home/cvs/embperl/embpcgi.pl,v
  retrieving revision 1.7.2.10
  retrieving revision 1.7.2.11
  diff -u -r1.7.2.10 -r1.7.2.11
  --- embpcgi.pl        2000/06/13 04:52:11     1.7.2.10
  +++ embpcgi.pl        2000/06/14 12:27:14     1.7.2.11
  @@ -1,4 +1,4 @@
  -#!D:\Perl\5.00502\bin\MSWin32-x86\perl 
  +#!/usr/bin/perl 
   ###################################################################################
   #
   #   Embperl - Copyright (c) 1997-1999 Gerald Richter / ECOS
  
  
  
  1.5.2.11  +2 -2      embperl/embpcgi.test.bat
  
  Index: embpcgi.test.bat
  ===================================================================
  RCS file: /home/cvs/embperl/embpcgi.test.bat,v
  retrieving revision 1.5.2.10
  retrieving revision 1.5.2.11
  diff -u -r1.5.2.10 -r1.5.2.11
  --- embpcgi.test.bat  2000/06/13 04:52:11     1.5.2.10
  +++ embpcgi.test.bat  2000/06/14 12:27:16     1.5.2.11
  @@ -1,9 +1,9 @@
   @rem = '--*-Perl-*--
   @echo off
  -D:\Perl\5.00502\bin\MSWin32-x86\perl -x -T %0 %1 %2 %3 %4 %5 %6 %7 %8 %9
  +/usr/bin/perl -x -T %0 %1 %2 %3 %4 %5 %6 %7 %8 %9
   goto endofperl
   @rem ';
  -#!D:\Perl\5.00502\bin\MSWin32-x86\perl --
  +#!/usr/bin/perl --
   #line 8
   ###################################################################################
   #
  
  
  
  1.7.2.11  +1 -1      embperl/embpcgi.test.pl
  
  Index: embpcgi.test.pl
  ===================================================================
  RCS file: /home/cvs/embperl/embpcgi.test.pl,v
  retrieving revision 1.7.2.10
  retrieving revision 1.7.2.11
  diff -u -r1.7.2.10 -r1.7.2.11
  --- embpcgi.test.pl   2000/06/13 04:52:11     1.7.2.10
  +++ embpcgi.test.pl   2000/06/14 12:27:20     1.7.2.11
  @@ -1,4 +1,4 @@
  -#!D:\Perl\5.00502\bin\MSWin32-x86\perl 
  +#!/usr/bin/perl 
   ###################################################################################
   #
   #   Embperl - Copyright (c) 1997-1999 Gerald Richter / ECOS
  
  
  
  1.18.2.11 +2 -2      embperl/embpexec.bat
  
  Index: embpexec.bat
  ===================================================================
  RCS file: /home/cvs/embperl/embpexec.bat,v
  retrieving revision 1.18.2.10
  retrieving revision 1.18.2.11
  diff -u -r1.18.2.10 -r1.18.2.11
  --- embpexec.bat      2000/06/13 04:52:11     1.18.2.10
  +++ embpexec.bat      2000/06/14 12:27:21     1.18.2.11
  @@ -1,9 +1,9 @@
   @rem = '--*-Perl-*--
   @echo off
  -D:\Perl\5.00502\bin\MSWin32-x86\perl -x %0 %1 %2 %3 %4 %5 %6 %7 %8 %9
  +/usr/bin/perl -x %0 %1 %2 %3 %4 %5 %6 %7 %8 %9
   goto endofperl
   @rem ';
  -#!D:\Perl\5.00502\bin\MSWin32-x86\perl --
  +#!/usr/bin/perl --
   #line 8
   ###################################################################################
   #
  
  
  
  1.18.2.11 +1 -1      embperl/embpexec.pl
  
  Index: embpexec.pl
  ===================================================================
  RCS file: /home/cvs/embperl/embpexec.pl,v
  retrieving revision 1.18.2.10
  retrieving revision 1.18.2.11
  diff -u -r1.18.2.10 -r1.18.2.11
  --- embpexec.pl       2000/06/13 04:52:11     1.18.2.10
  +++ embpexec.pl       2000/06/14 12:27:21     1.18.2.11
  @@ -1,4 +1,4 @@
  -#!D:\Perl\5.00502\bin\MSWin32-x86\perl 
  +#!/usr/bin/perl 
   ###################################################################################
   #
   #   Embperl - Copyright (c) 1997-1999 Gerald Richter / ECOS
  
  
  
  1.57.2.26 +1 -1      embperl/test.pl
  
  Index: test.pl
  ===================================================================
  RCS file: /home/cvs/embperl/test.pl,v
  retrieving revision 1.57.2.25
  retrieving revision 1.57.2.26
  diff -u -r1.57.2.25 -r1.57.2.26
  --- test.pl   2000/06/14 11:48:59     1.57.2.25
  +++ test.pl   2000/06/14 12:27:23     1.57.2.26
  @@ -5,7 +5,7 @@
   
   @tests = (
       'ascii',
  -    'tmp/header.htm',
  +#    'tmp/header.htm',
       'pure.htm',
   ##    'plainlong.htm',
   ##    'plainlong.htm',
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +2 -2      embperl/test/cmp/Attic/errormismatch.htm
  
  Index: errormismatch.htm
  ===================================================================
  RCS file: /home/cvs/embperl/test/cmp/Attic/errormismatch.htm,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- errormismatch.htm 2000/06/13 21:13:54     1.1.2.1
  +++ errormismatch.htm 2000/06/14 12:27:39     1.1.2.2
  @@ -1,8 +1,8 @@
   <HTML><HEAD><TITLE>Embperl Error</TITLE></HEAD><BODY bgcolor="#FFFFFF">
   <H1>Internal Server Error</H1>
   The server encountered an internal error or misconfiguration and was unable to 
complete your request.<P>
  -Please contact the server administrator,  and inform them of the time the error 
occurred, and anything you might have done that may have caused the error.<P><P>
  +^Please contact the server administrator\,.*?and inform them of the time the error 
occurred\, and anything you might have done that may have caused the error
   ^\[.*?\]ERR:  49: Line 13: Endtag '\/tr' doesn't match starttag 'table'<p>
  -^Offline HTML::Embperl 
  +^.*?HTML\:\:Embperl.*?<P>
   </BODY></HTML>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to