richter     01/03/27 04:28:27

  Modified:    test/conf Tag: Embperl2c httpd.conf.src startup.pl
  Log:
  Embperl 2 - source sync with 1.3.2
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.24.4.12 +1 -0      embperl/test/conf/httpd.conf.src
  
  Index: httpd.conf.src
  ===================================================================
  RCS file: /home/cvs/embperl/test/conf/httpd.conf.src,v
  retrieving revision 1.24.4.11
  retrieving revision 1.24.4.12
  diff -u -r1.24.4.11 -r1.24.4.12
  --- httpd.conf.src    2001/03/27 07:09:31     1.24.4.11
  +++ httpd.conf.src    2001/03/27 12:28:27     1.24.4.12
  @@ -151,6 +151,7 @@
   Options ExecCGI
   PerlSetEnv EMBPERL_OPTIONS 12
   PerlSetEnv EMBPERL_COMPARTMENT TEST
  +PerlSetEnv EMBPERL_PACKAGE TEST
   </Location>
   
   <Location /embperl/rawinput>
  
  
  
  1.9.6.2   +2 -0      embperl/test/conf/startup.pl
  
  Index: startup.pl
  ===================================================================
  RCS file: /home/cvs/embperl/test/conf/startup.pl,v
  retrieving revision 1.9.6.1
  retrieving revision 1.9.6.2
  diff -u -r1.9.6.1 -r1.9.6.2
  --- startup.pl        2001/03/27 07:09:31     1.9.6.1
  +++ startup.pl        2001/03/27 12:28:27     1.9.6.2
  @@ -28,5 +28,7 @@
   $cp = HTML::Embperl::AddCompartment ('TEST') ;
   
   $cp -> deny (':base_loop') ;
  +$testshare = "Shared Data" ;
  +$cp -> share ('$testshare') ;  
   
   1 ;
  
  
  

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

Reply via email to