stas 2004/09/16 15:24:06
Modified: src/docs/2.0/api/Apache Module.pod
Log:
fix the since: tag
Revision Changes Path
1.23 +5 -4 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.22
retrieving revision 1.23
diff -u -u -r1.22 -r1.23
--- Module.pod 16 Sep 2004 21:59:38 -0000 1.22
+++ Module.pod 16 Sep 2004 22:24:06 -0000 1.23
@@ -70,9 +70,8 @@
=head2 C<apache_api_version>
-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.
+Get the httpd API version this module was build against, B<not> the
+module's version.
$version = $module->apache_api_version();
@@ -83,10 +82,12 @@
=item ret: C<$version> ( integer )
-=item since: 1.99_12
+=item since: 1.99_17
=back
+This methid is used to check that module is compatible with this
+version of the server before loading it.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]