dougm       2002/09/05 10:07:23

  Modified:    xs/ModPerl/Const Const.pm
  Log:
  fix typo which triggered bootstrap when running under mod_perl
  
  Revision  Changes    Path
  1.4       +1 -1      modperl-2.0/xs/ModPerl/Const/Const.pm
  
  Index: Const.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/ModPerl/Const/Const.pm,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Const.pm  4 Sep 2002 17:10:15 -0000       1.3
  +++ Const.pm  5 Sep 2002 17:07:23 -0000       1.4
  @@ -13,7 +13,7 @@
   sub dl_load_flags { DL_GLOBAL }
   
   #only bootstrap for use outside of mod_perl
  -unless (defined &Modperl::Const::compile) {
  +unless (defined &ModPerl::Const::compile) {
       __PACKAGE__->bootstrap($VERSION);
   }
   
  
  
  


Reply via email to