You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl-cvs@perl.apache.org by ri...@apache.org on 2002/05/07 12:50:34 UTC

cvs commit: embperl Changes.pod Makefile.PL test.pl

richter     02/05/07 03:50:34

  Modified:    .        Tag: Embperl2c Changes.pod Makefile.PL test.pl
  Log:
  
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.129.4.66 +2 -0      embperl/Changes.pod
  
  Index: Changes.pod
  ===================================================================
  RCS file: /home/cvs/embperl/Changes.pod,v
  retrieving revision 1.129.4.65
  retrieving revision 1.129.4.66
  diff -u -r1.129.4.65 -r1.129.4.66
  --- Changes.pod	7 May 2002 04:14:08 -0000	1.129.4.65
  +++ Changes.pod	7 May 2002 10:50:33 -0000	1.129.4.66
  @@ -16,6 +16,8 @@
        Edwin Ramirez.     
      - fixed a segfault that occured on solaris when input comes from memory.
        Reported by Mike Wesemann.
  +   - readd possibility to build version with and without Apache support 
  +     on windows.
   
   
   =head1 2.0b7 (BETA) 21. Mar. 2002
  
  
  
  1.31.4.53 +2 -2      embperl/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/embperl/Makefile.PL,v
  retrieving revision 1.31.4.52
  retrieving revision 1.31.4.53
  diff -u -r1.31.4.52 -r1.31.4.53
  --- Makefile.PL	11 Mar 2002 14:15:08 -0000	1.31.4.52
  +++ Makefile.PL	7 May 2002 10:50:33 -0000	1.31.4.53
  @@ -3,7 +3,7 @@
   #
   # (C) 1997-2001 G.Richter (richter@dev.ecos.de) / ECOS
   #
  -# $Id: Makefile.PL,v 1.31.4.52 2002/03/11 14:15:08 richter Exp $
  +# $Id: Makefile.PL,v 1.31.4.53 2002/05/07 10:50:33 richter Exp $
   #
   
   
  @@ -666,7 +666,7 @@
   else
       {
       $apache = 0 ;
  -    if ($win32 && ($EPAPACHESRC || $EPNOAPACHELIB) && -f 'blib/arch/auto/HTML/Embperl/Embperl.dll')
  +    if ($win32 && ($EPAPACHESRC || $EPNOAPACHELIB) && -f 'blib/arch/auto/Embperl/Embperl.dll')
           {
           print "\nYou have already build Embperl with support for Apache mod_perl\n" ;
           $EPNOAPACHELIB = GetYesNo ("Do you want to build a separate dynamic library for use without Apache?", 'y') ;
  
  
  
  1.70.4.133 +2 -2      embperl/test.pl
  
  Index: test.pl
  ===================================================================
  RCS file: /home/cvs/embperl/test.pl,v
  retrieving revision 1.70.4.132
  retrieving revision 1.70.4.133
  diff -u -r1.70.4.132 -r1.70.4.133
  --- test.pl	21 Mar 2002 05:37:50 -0000	1.70.4.132
  +++ test.pl	7 May 2002 10:50:33 -0000	1.70.4.133
  @@ -11,7 +11,7 @@
   #   IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
   #   WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
   #
  -#   $Id: test.pl,v 1.70.4.132 2002/03/21 05:37:50 richter Exp $
  +#   $Id: test.pl,v 1.70.4.133 2002/05/07 10:50:33 richter Exp $
   #
   ###################################################################################
   
  @@ -2507,7 +2507,7 @@
   	
           if ($EPWIN32)
               {
  -            $httpdpid = $HttpdObj -> GetProcessID ;
  +            #$httpdpid = $HttpdObj -> GetProcessID ;
               }
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-cvs-help@perl.apache.org