You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2005/05/14 00:02:22 UTC

svn commit: r170101 [2/2] - in /perl/modperl/docs/trunk/src/docs/2.0/api: APR/ Apache2/ ModPerl/

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestRec.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestRec.pod?rev=170101&r1=170100&r2=170101&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestRec.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestRec.pod Fri May 13 15:02:21 2005
@@ -192,7 +192,7 @@
 If the C<$new_allowed> argument is passed, the value before the change
 is returned.
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -259,7 +259,7 @@
 If C<$newval> is passed, nothing is returned. Otherwise the current
 auth type is returned.
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -301,7 +301,7 @@
 
 If C<$new_args> was passed, returns the value before the change.
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -334,7 +334,7 @@
 
 current state.
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 
@@ -374,7 +374,7 @@
 
 =item ret: C<$bytes_sent> (integer)
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -412,7 +412,7 @@
 =item ret: C<$c>
 ( C<L<Apache2::Connection object|docs::2.0::api::Apache2::Connection>> )
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -446,7 +446,7 @@
 
 If C<$new_ce> is passed, then the previous value is returned.
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -488,7 +488,7 @@
 
 If C<$new_lang> is passed, then the previous value is returned.
 
-=item since: 1.99_16
+=item since: 2.0.00
 
 =back
 
@@ -523,7 +523,7 @@
 If C<$new_content_type> was passed, the previous value is returned
 instead.
 
-=item since 1.99_10
+=item since: 2.0.00
 
 =back
 
@@ -557,7 +557,7 @@
 =item ret: C<$err_headers_out>
 ( C<L<APR::Table object|docs::2.0::api::APR::Table>> )
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -606,7 +606,7 @@
 the current filename, or the previous value if the optional
 C<$new_filename> argument was passed
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -655,7 +655,7 @@
 time. Whenever C<$r-E<gt>finfo> is updated all objects will be updated
 too to the latest value.
 
-=item since: 1.99_15
+=item since: 2.0.00
 
 =back
 
@@ -718,7 +718,7 @@
 
 If C<$new_handler> is passed, the previous value is returned.
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -744,7 +744,7 @@
 
 Returns true if the client is asking for headers only, false otherwise
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -767,7 +767,7 @@
 =item ret: C<$headers_in>
 ( C<L<APR::Table object|docs::2.0::api::APR::Table>> )
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -800,7 +800,7 @@
 =item ret: C<$headers_out>
 ( C<L<APR::Table object|docs::2.0::api::APR::Table>> )
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -836,7 +836,7 @@
 the current hostname, or the previous value if the optional
 C<$new_hostname> argument was passed
 
-=item since: 1.99_19
+=item since: 2.0.00
 
 =back
 
@@ -872,7 +872,7 @@
 
 If C<$new_input_filters> was passed, returns the previous value.
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -956,7 +956,7 @@
 sub-request/internal redirect, use
 C<L<$r-E<gt>is_initial_req|docs::2.0::api::Apache2::RequestUtil/C_is_initial_req_>>.
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -987,7 +987,7 @@
 
 if C<$new_method> was passed the previous value is returned.
 
-=item since: 1.99_15
+=item since: 2.0.00
 
 =back
 
@@ -1021,7 +1021,7 @@
 
 if C<$new_methnum> was passed the previous value is returned.
 
-=item since: 1.99_15
+=item since: 2.0.00
 
 =back
 
@@ -1057,7 +1057,7 @@
 
 if C<$new_mtime> was passed the previous value is returned.
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -1085,7 +1085,7 @@
 returns a blessed reference to the next (internal) request structure
 or C<undef> if there is no next request.
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -1105,7 +1105,7 @@
 
 =item ret: C<$status> (integer)
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -1149,7 +1149,7 @@
 
 if the C<$new_notes> argument was passed, returns the previous value.
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -1188,7 +1188,7 @@
 
 If C<$new_output_filters> was passed, returns the previous value.
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -1252,7 +1252,7 @@
 If the optional argument C<$path_info> is passed, the previous value
 is returned.
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -1275,7 +1275,7 @@
 =item ret: C<$per_dir_config>
 ( C<L<Apache2::ConfVector object|docs::2.0::api::Apache2::ConfVector>> )
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -1302,7 +1302,7 @@
 
 =item ret: C<$p> ( C<L<APR::Pool object|docs::2.0::api::APR::Pool>> )
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -1329,7 +1329,7 @@
 a blessed reference to the previous (internal) request structure or
 C<undef> if there is no previous request.
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -1362,7 +1362,7 @@
 
 If C<$new_proto_input_filters> was passed, returns the previous value.
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -1391,7 +1391,7 @@
 current request's HTTP protocol version number, e.g.: HTTP/1.0 ==
 1000, HTTP/1.1 = 1001
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -1425,7 +1425,7 @@
 
 If C<$new_proto_output_filters> was passed, returns the previous value.
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -1456,7 +1456,7 @@
 If the client didn't specify the protocol version, the default is
 C<"HTTP/0.9">
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -1493,7 +1493,7 @@
 and C<$r-E<gt>filename> is set to C<"modperl-proxy:".$r-E<gt>uri>. If
 those conditions aren't true 0 is returned.
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -1539,7 +1539,7 @@
 
 (in microseconds).
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -1564,7 +1564,7 @@
 =item ret: C<$s>
 ( C<L<Apache2::ServerRec object|docs::2.0::api::Apache2::ServerRec>> )
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -1599,7 +1599,7 @@
 
 If C<$new_status> is passed the old value is returned.
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -1642,7 +1642,7 @@
 
 =item ret: C<$status_line> ( string )
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -1698,7 +1698,7 @@
 
 =item ret: C<...>
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -1767,7 +1767,7 @@
 
   GET /foo/bar/my_path_info?args=3 HTTP/1.0
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -1792,7 +1792,7 @@
 
 =item ret: C<$unparsed_uri> ( string )
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -1830,7 +1830,7 @@
 
 =item ret: C<$uri> ( string )
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -1867,7 +1867,7 @@
 
 If C<$new_user> was passed, the previous value is returned.
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -1912,7 +1912,7 @@
 =item ret: C<$list>
 ( C<L<Apache2::MethodList object|docs::2.0::api::Apache2::MethodList>> )
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -1940,7 +1940,7 @@
 =item ret: C<$array>
 ( C<L<APR::ArrayHeader object|docs::2.0::api::APR::ArrayHeader>> )
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -1967,7 +1967,7 @@
 =item opt arg1: C<$newval>
 ( C<L<Apache2::ConfVector object|docs::2.0::api::Apache2::ConfVector>> )
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -1995,7 +1995,7 @@
 
 =item arg1: C<$newval> (integer)
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestUtil.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestUtil.pod?rev=170101&r1=170100&r2=170101&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestUtil.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestUtil.pod Fri May 13 15:02:21 2005
@@ -129,7 +129,7 @@
 
 =item ret: no return value
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 
@@ -160,7 +160,7 @@
 
 =item ret: C<$dump> ( string )
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 
@@ -184,7 +184,7 @@
 
 =item ret: no return value
 
-=item since: 1.99_18
+=item since: 2.0.00
 
 =back
 
@@ -210,7 +210,7 @@
 
 The default type
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 
@@ -248,7 +248,7 @@
 
 Depends on the passed arguments, see further discussion
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 
@@ -324,7 +324,7 @@
 
 The document root
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 
@@ -354,7 +354,7 @@
 
 a list of handler subroutines CODE references
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 
@@ -390,7 +390,7 @@
 
 the maximum number of bytes in the request msg body
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 
@@ -415,7 +415,7 @@
 
 the server name
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 
@@ -445,7 +445,7 @@
 
 The server's port number
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 
@@ -480,7 +480,7 @@
 If an invalid or unknown status code is passed, C<"500 Internal Server
 Error"> will be returned.
 
-=item since: 1.99_15
+=item since: 2.0.00
 
 =back
 
@@ -515,7 +515,7 @@
 
 If true -- it's the main request, otherwise it's a sub-request
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 
@@ -540,7 +540,7 @@
 
 =item ret: C<$result> ( boolean )
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 
@@ -573,7 +573,7 @@
 
 =item ret: C<$location> ( string )
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 
@@ -610,7 +610,7 @@
 a true value if the merge was successful (i.e. the request
 C<$location> match was found), otherwise false.
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 
@@ -648,7 +648,7 @@
 =item ret: C<$r>
 ( C<L<Apache2::RequestRec object|docs::2.0::api::Apache2::RequestRec>> )
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 
@@ -698,7 +698,7 @@
 Should you care, the C<no_cache> request record member value prior to
 the change is returned.
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 
@@ -742,7 +742,7 @@
 then be directly accessed without going through the C<pnotes()>
 interface.
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 
@@ -835,7 +835,7 @@
 the C<ServerSignature> directive, the function may return the address,
 including the admin information or nothing at all.
 
-=item since: 1.99_15
+=item since: 2.0.00
 
 =back
 
@@ -866,7 +866,7 @@
 =item ret: C<$r>
 ( C<L<Apache2::RequestRec object|docs::2.0::api::Apache2::RequestRec>> )
 
-=item since: 1.99_17
+=item since: 2.0.00
 
 =back
 
@@ -911,7 +911,7 @@
 
 returns a true value on success, otherwise a false value
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 See also:
 C<L<$s-E<gt>add_config|docs::2.0::api::Apache2::ServerUtil/C_push_handlers_>>
@@ -962,7 +962,7 @@
 
 =item ret: no return value
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 
@@ -1010,7 +1010,7 @@
 
 returns a true value on success, otherwise a false value
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 
@@ -1089,7 +1089,7 @@
 C<L<APR::Status::is_ENOENT|docs::2.0::api::APR::Status/C_is_ENOENT_>>.
 
 
-=item since: 1.99_22
+=item since: 2.0.00
 
 =back
 

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Response.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Response.pod?rev=170101&r1=170100&r2=170101&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Response.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Response.pod Fri May 13 15:02:21 2005
@@ -74,7 +74,7 @@
 
 =item ret: no return value
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 
@@ -142,7 +142,7 @@
 
 The entity tag
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 
@@ -174,7 +174,7 @@
 rules. Otherwise some other status code (which should be returned to
 Apache).
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 
@@ -211,7 +211,7 @@
 returned unless it's in the future, in which case we return the
 current time.
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 
@@ -238,7 +238,7 @@
 
 =item ret: no return value
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 
@@ -279,7 +279,7 @@
 
 =item ret: no return value
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 
@@ -302,7 +302,7 @@
 
 =item ret: no return value
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 
@@ -329,7 +329,7 @@
 
 true if keepalive can be set, false otherwise
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 
@@ -362,7 +362,7 @@
 
 =item ret: no return value
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 
@@ -389,7 +389,7 @@
 
 =item ret: no return value
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 
@@ -438,7 +438,7 @@
 
 =item ret: no return value
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 
@@ -479,7 +479,7 @@
 
 The number of bytes sent
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/ServerRec.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/ServerRec.pod?rev=170101&r1=170100&r2=170101&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/ServerRec.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/ServerRec.pod Fri May 13 15:02:21 2005
@@ -93,7 +93,7 @@
 
 If C<$new_error_fname> is passed returns the setting before the change.
 
-=item since: 1.99_15
+=item since: 2.0.00
 
 =back
 
@@ -121,7 +121,7 @@
 If C<$new_is_virtual> is passed, returns the setting before the
 change.
 
-=item since: 1.99_15
+=item since: 2.0.00
 
 =back
 
@@ -162,7 +162,7 @@
 If C<$new_keep_alive> is passed, returns the setting before the
 change.
 
-=item since: 1.99_15
+=item since: 2.0.00
 
 =back
 
@@ -200,7 +200,7 @@
 If C<$new_keep_alive_max> is passed, returns the setting before the
 change.
 
-=item since: 1.99_15
+=item since: 2.0.00
 
 =back
 
@@ -238,7 +238,7 @@
 
 If C<$new_timeout> is passed, returns the setting before the change.
 
-=item since: 1.99_15
+=item since: 2.0.00
 
 =back
 
@@ -273,7 +273,7 @@
 If C<$new_limit_req_fields> is passed, returns the setting before the
 change.
 
-=item since: 1.99_15
+=item since: 2.0.00
 
 =back
 
@@ -307,7 +307,7 @@
 
 If C<$new_limit> is passed, returns the setting before the change.
 
-=item since: 1.99_15
+=item since: 2.0.00
 
 =back
 
@@ -342,7 +342,7 @@
 If C<$new_limit_req_line> is passed, returns the setting before the
 change.
 
-=item since: 1.99_15
+=item since: 2.0.00
 
 =back
 
@@ -379,7 +379,7 @@
 
 If C<$new_loglevel> is passed, returns the setting before the change.
 
-=item since: 1.99_15
+=item since: 2.0.00
 
 =back
 
@@ -407,7 +407,7 @@
 =item ret: C<$s_next>
 ( C<L<Apache2::ServerRec object|docs::2.0::api::Apache2::ServerRec>> )
 
-=item since: 1.99_15
+=item since: 2.0.00
 
 =back
 
@@ -453,7 +453,7 @@
 
 If C<$new_path> is passed, returns the setting before the change.
 
-=item since: 1.99_15
+=item since: 2.0.00
 
 =back
 
@@ -490,7 +490,7 @@
 
 If C<$new_port> is passed returns the setting before the change.
 
-=item since: 1.99_15
+=item since: 2.0.00
 
 =back
 
@@ -513,7 +513,7 @@
 =item ret: C<$proc>
 ( C<L<Apache2::Process object|docs::2.0::api::Apache2::Process>> )
 
-=item since: 1.99_15
+=item since: 2.0.00
 
 =back
 
@@ -548,7 +548,7 @@
 If C<$new_server_admin> is passed, returns the setting before the
 change.
 
-=item since: 1.99_15
+=item since: 2.0.00
 
 =back
 
@@ -582,7 +582,7 @@
 If C<$new_server_hostname> is passed, returns the setting before the
 change.
 
-=item since: 1.99_15
+=item since: 2.0.00
 
 =back
 
@@ -618,7 +618,7 @@
 
 If C<$new_timeout> is passed, returns the setting before the change.
 
-=item since: 1.99_15
+=item since: 2.0.00
 
 =back
 
@@ -782,7 +782,7 @@
 
 If C<$new_names> is passed, returns the setting before the change.
 
-=item since: 1.99_15
+=item since: 2.0.00
 
 =back
 
@@ -821,7 +821,7 @@
 If C<$new_wild_names> is passed, returns the setting before the
 change.
 
-=item since: 1.99_15
+=item since: 2.0.00
 
 =back
 

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/ServerUtil.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/ServerUtil.pod?rev=170101&r1=170100&r2=170101&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/ServerUtil.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/ServerUtil.pod Fri May 13 15:02:21 2005
@@ -91,7 +91,7 @@
 
 =item ret: no return value
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 
@@ -136,7 +136,7 @@
 
 =item ret: no return value
 
-=item since: 1.99_15
+=item since: 2.0.00
 
 =back
 
@@ -201,7 +201,7 @@
 
 =item ret: no return value
 
-=item since: 1.99_18
+=item since: 2.0.00
 
 =back
 
@@ -255,7 +255,7 @@
 
 Depends on the passed arguments, see further discussion
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 
@@ -320,7 +320,7 @@
 
 true if defined, false otherwise
 
-=item since: 1.99_15
+=item since: 2.0.00
 
 =back
 
@@ -356,7 +356,7 @@
 
 a list of references to the handler subroutines
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 
@@ -387,7 +387,7 @@
 
 The server build time string
 
-=item since: 1.99_15
+=item since: 2.0.00
 
 =back
 
@@ -409,7 +409,7 @@
 
 The server version string
 
-=item since: 1.99_15
+=item since: 2.0.00
 
 =back
 
@@ -434,7 +434,7 @@
 
 =item ret: C<$result> ( boolean )
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 
@@ -480,7 +480,7 @@
 An int value representing an offset into a bitmask. You can probably
 ignore it.
 
-=item since: 1.99_15
+=item since: 2.0.00
 
 =back
 
@@ -527,7 +527,7 @@
 
 returns a true value on success, otherwise a false value
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 
@@ -564,7 +564,7 @@
 
 =item ret: C<restart_count> ( number )
 
-=item since: 1.99_18
+=item since: 2.0.00
 
 =back
 
@@ -653,7 +653,7 @@
 =item ret: C<$main_s>
 ( C<L<Apache2::ServerRec object|docs::2.0::api::Apache2::ServerRec>> )
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 
@@ -673,7 +673,7 @@
 
 =item ret: C<$server_root> ( string )
 
-=item since: 1.99_15
+=item since: 2.0.00
 
 =back
 
@@ -709,7 +709,7 @@
 with a trailing C</>. (it's the same as using C<''> as C<$fname>'s
 value).
 
-=item since: 1.99_15
+=item since: 2.0.00
 
 =back
 
@@ -806,7 +806,7 @@
 
 returns a true value on success, otherwise a false value
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 
@@ -864,7 +864,7 @@
 
 =item ret: no return value
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/SubProcess.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/SubProcess.pod?rev=170101&r1=170100&r2=170101&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/SubProcess.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/SubProcess.pod Fri May 13 15:02:21 2005
@@ -103,7 +103,7 @@
 In LIST context returns the input, outpur and error filehandles of the
 spawned process.
 
-=item since: 1.99_15
+=item since: 2.0.00
 
 =back
 

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/SubRequest.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/SubRequest.pod?rev=170101&r1=170100&r2=170101&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/SubRequest.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/SubRequest.pod Fri May 13 15:02:21 2005
@@ -62,7 +62,7 @@
 
 =item ret: no return value
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -107,7 +107,7 @@
 
 =item ret: no return value
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -148,7 +148,7 @@
 
 =item ret: no return value
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -194,7 +194,7 @@
 
 The sub request record.
 
-=item since: 1.99_15
+=item since: 2.0.00
 
 =back
 
@@ -237,7 +237,7 @@
 
 The sub request record.
 
-=item since: 1.99_15
+=item since: 2.0.00
 
 =back
 
@@ -284,7 +284,7 @@
 
 The sub request record
 
-=item since: 1.99_15
+=item since: 2.0.00
 
 =back
 
@@ -338,7 +338,7 @@
 The return code of the handler (C<Apache2::Const::OK>, C<Apache2::Const::DECLINED>,
 etc.)
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -383,7 +383,7 @@
 
 =item ret: no return value
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -439,7 +439,7 @@
 
 The new request record
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/URI.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/URI.pod?rev=170101&r1=170100&r2=170101&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/URI.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/URI.pod Fri May 13 15:02:21 2005
@@ -99,7 +99,7 @@
 
 The server's hostport string
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 
@@ -175,7 +175,7 @@
 
 A fully qualified URL
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 
@@ -248,7 +248,7 @@
 
 This method has several side-effects explained below
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 
@@ -300,7 +300,7 @@
 
 The parsed uri
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 This object is suitable for using with C<L<APR::URI::rpath|docs::2.0::api::APR::URI/C_rpath_>>
 
@@ -329,7 +329,7 @@
 
 The argument C<$url> is now unescaped
 
-=item since: 1.99_10
+=item since: 2.0.00
 
 =back
 

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Util.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Util.pod?rev=170101&r1=170100&r2=170101&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Util.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Util.pod Fri May 13 15:02:21 2005
@@ -66,7 +66,7 @@
 
 The escaped path
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -113,7 +113,7 @@
 
 The string that represents the specified time
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/Const.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/Const.pod?rev=170101&r1=170100&r2=170101&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/Const.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/Const.pod Fri May 13 15:02:21 2005
@@ -47,7 +47,7 @@
 
 =over
 
-=item since: 1.99_14
+=item since: 2.0.00
 
 =back
 

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/Global.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/Global.pod?rev=170101&r1=170100&r2=170101&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/Global.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/Global.pod Fri May 13 15:02:21 2005
@@ -78,7 +78,7 @@
 
 true value if C<$key> is known, false otherwise.
 
-=item since: 1.99_14
+=item since: 2.0.00
 
 =back
 
@@ -107,7 +107,7 @@
 
 true value if C<$key> is known, false otherwise.
 
-=item since: 1.99_14
+=item since: 2.0.00
 
 =back
 
@@ -135,7 +135,7 @@
 
 true value if C<$key> is known, false otherwise.
 
-=item since: 1.99_14
+=item since: 2.0.00
 
 =back
 

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/MethodLookup.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/MethodLookup.pod?rev=170101&r1=170100&r2=170101&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/MethodLookup.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/MethodLookup.pod Fri May 13 15:02:21 2005
@@ -98,7 +98,7 @@
 an array of modules which have matched the query, i.e. the names of
 the modules which contain the requested method.
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -151,7 +151,7 @@
 an array of methods which have matched the query, i.e. the names of
 the methods defined in the requested module.
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -195,7 +195,7 @@
 the methods that can be invoked on the given object (or its class
 name).
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -238,7 +238,7 @@
 
 =over
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -274,7 +274,7 @@
 
 =over
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -296,7 +296,7 @@
 
 =over
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -321,7 +321,7 @@
 
 =over
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/Util.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/Util.pod?rev=170101&r1=170100&r2=170101&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/Util.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/Util.pod Fri May 13 15:02:21 2005
@@ -57,7 +57,7 @@
 
 =item ret: C<$callback> ( string )
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 
@@ -80,7 +80,7 @@
 
 Under non-thread perl returns C<0x0>
 
-=item since: 1.99_18
+=item since: 2.0.00
 
 =back
 
@@ -108,7 +108,7 @@
 
 =item ret: no return value
 
-=item since: 1.99_14
+=item since: 2.0.00
 
 =back
 
@@ -177,7 +177,7 @@
 
 =item ret: no return value
 
-=item since 1.99_17
+=item since: 2.0.00
 
 =back
 
@@ -224,7 +224,7 @@
 
 C<$tainted_var> is untainted.
 
-=item since: 1.99_12
+=item since: 2.0.00
 
 =back
 



---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org