dougm       01/11/28 09:05:56

  Modified:    lib/ModPerl WrapXS.pm
  Log:
  another fix for modules with only MPXS_ functions
  
  Revision  Changes    Path
  1.36      +1 -0      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.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- WrapXS.pm 2001/11/28 17:00:00     1.35
  +++ WrapXS.pm 2001/11/28 17:05:56     1.36
  @@ -457,6 +457,7 @@
   EOF
       }
   
  +    print $fh "MODULE = $module\n";
       print $fh "PROTOTYPES: disabled\n\n";
       print $fh "BOOT:\n";
       print $fh $self->boot($module);
  
  
  


Reply via email to