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/12/22 19:59:52 UTC

cvs commit: modperl-2.0/t/conf modperl_extra.pl

dougm       01/12/22 10:59:52

  Modified:    t/conf   modperl_extra.pl
  Log:
  use ModPerl::Util for the CORE::GLOBAL::exit hook
  
  Revision  Changes    Path
  1.11      +2 -0      modperl-2.0/t/conf/modperl_extra.pl
  
  Index: modperl_extra.pl
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/conf/modperl_extra.pl,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- modperl_extra.pl	2001/11/15 03:02:43	1.10
  +++ modperl_extra.pl	2001/12/22 18:59:52	1.11
  @@ -1,3 +1,5 @@
  +use ModPerl::Util (); #for CORE::GLOBAL::exit
  +
   use Apache::RequestRec ();
   use Apache::RequestIO ();
   use Apache::RequestUtil ();