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 st...@apache.org on 2003/10/10 01:56:52 UTC

cvs commit: modperl-2.0/src/modules/perl modperl_util.c

stas        2003/10/09 16:56:52

  Modified:    src/modules/perl modperl_util.c
  Log:
  s/Apache::exit/ModPerl::Util::exit/
  
  Revision  Changes    Path
  1.55      +1 -1      modperl-2.0/src/modules/perl/modperl_util.c
  
  Index: modperl_util.c
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_util.c,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -u -r1.54 -r1.55
  --- modperl_util.c	22 Sep 2003 23:46:19 -0000	1.54
  +++ modperl_util.c	9 Oct 2003 23:56:52 -0000	1.55
  @@ -263,7 +263,7 @@
           if (SvMAGICAL(sv) && (SvCUR(sv) > 4) &&
               strnEQ(SvPVX(sv), " at ", 4))
           {
  -            /* Apache::exit was called */
  +            /* ModPerl::Util::exit was called */
               return DECLINED;
           }
   #if 0