gozer       2004/09/13 15:37:30

  Modified:    src/docs/2.0/api/Apache Module.pod
  Log:
  Clarify the meaning of $module->version
  
  Revision  Changes    Path
  1.20      +3 -2      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.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- Module.pod        13 Sep 2004 22:36:44 -0000      1.19
  +++ Module.pod        13 Sep 2004 22:37:30 -0000      1.20
  @@ -370,8 +370,9 @@
   
   =head2 C<version>
   
  -Get the API version, B<not> module version; check that module is
  -compatible with this version of the server.
  +Get the httpd API version this module was build against, B<not>
  +the module's version; Used to check that module is compatible
  +with this version of the server before loading it.
   
     $version = $module->version();
   
  
  
  

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

Reply via email to