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...@apache.org on 2001/06/26 18:26:57 UTC

cvs commit: modperl-2.0/lib/ModPerl WrapXS.pm

dougm       01/06/26 09:26:55

  Modified:    lib/ModPerl WrapXS.pm
  Log:
  GvSHARED is in the middle of being renamed, disable for the moment
  
  Revision  Changes    Path
  1.19      +1 -1      modperl-2.0/lib/ModPerl/WrapXS.pm
  
  Index: WrapXS.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/ModPerl/WrapXS.pm,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- WrapXS.pm	2001/05/05 02:15:58	1.18
  +++ WrapXS.pm	2001/06/26 16:26:51	1.19
  @@ -3,7 +3,7 @@
   use strict;
   use warnings FATAL => 'all';
   
  -use constant GvSHARED => $^V gt v5.7.0;
  +use constant GvSHARED => 0; #$^V gt v5.7.0;
   use Apache::Build ();
   use ModPerl::Code ();
   use ModPerl::TypeMap ();