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 1998/09/01 19:09:37 UTC

cvs commit: modperl Makefile.PL

dougm       98/09/01 10:09:37

  Modified:    .        Makefile.PL
  Log:
  another for %very_experimental
  
  Revision  Changes    Path
  1.89      +1 -1      modperl/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /export/home/cvs/modperl/Makefile.PL,v
  retrieving revision 1.88
  retrieving revision 1.89
  diff -u -r1.88 -r1.89
  --- Makefile.PL	1998/08/31 20:03:52	1.88
  +++ Makefile.PL	1998/09/01 17:09:36	1.89
  @@ -270,7 +270,7 @@
   }
   
   my %very_experimental = map {$_,1} 
  -qw(PERL_DEFAULT_OPMASK PERL_SAFE_STARTUP);
  +qw(PERL_DEFAULT_OPMASK PERL_SAFE_STARTUP PERL_ORALL_OPMASK);
   
   if($EXPERIMENTAL) {
       for (keys %experimental) {