gozer       2004/08/10 16:58:42

  Modified:    src/docs/2.0/api/Apache Module.pod
  Log:
  Apache::Module::find_linked_module is a function not a method
  
  Revision  Changes    Path
  1.6       +1 -1      modperl-docs/src/docs/2.0/api/Apache/Module.pod
  
  Index: Module.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/Module.pod,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Module.pod        10 Aug 2004 18:13:23 -0000      1.5
  +++ Module.pod        10 Aug 2004 23:58:42 -0000      1.6
  @@ -104,7 +104,7 @@
   
   Find a module based on the name of the module
   
  -  $modp = Apache::Module->find_linked_module($name);
  +  $modp = Apache::Module::find_linked_module($name);
   
   =over 4
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to