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 ge...@apache.org on 2003/05/20 03:20:10 UTC

cvs commit: modperl-2.0/lib/Apache PerlSection.pm

geoff       2003/05/19 18:20:09

  Modified:    lib/Apache PerlSection.pm
  Log:
  added missing dependencies
  Submitted by:	geoff
  Reviewed by:	stas
  
  Revision  Changes    Path
  1.4       +4 -0      modperl-2.0/lib/Apache/PerlSection.pm
  
  Index: PerlSection.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/Apache/PerlSection.pm,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PerlSection.pm	7 Oct 2002 15:45:52 -0000	1.3
  +++ PerlSection.pm	20 May 2003 01:20:09 -0000	1.4
  @@ -7,6 +7,10 @@
   
   use Apache::CmdParms ();
   use Apache::Directive ();
  +use APR::Table ();
  +use Apache::Server ();
  +use Apache::ServerUtil ();
  +use Apache::Const -compile => qw(OK);
   
   use constant SPECIAL_NAME => 'PerlConfig';