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 2006/03/07 20:03:33 UTC

svn commit: r383959 - in /perl/modperl/docs/trunk/src/docs/2.0/user: coding/coding.pod handlers/filters.pod help/help.pod porting/compat.pod

Author: stas
Date: Tue Mar  7 11:03:33 2006
New Revision: 383959

URL: http://svn.apache.org/viewcvs?rev=383959&view=rev
Log:
remove the traces of 1.99_xx, we are now at 2.0.xx
submitted by: Jonathan Vanasco <mo...@2xlp.com>

Modified:
    perl/modperl/docs/trunk/src/docs/2.0/user/coding/coding.pod
    perl/modperl/docs/trunk/src/docs/2.0/user/handlers/filters.pod
    perl/modperl/docs/trunk/src/docs/2.0/user/help/help.pod
    perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/coding/coding.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/user/coding/coding.pod?rev=383959&r1=383958&r2=383959&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/coding/coding.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/coding/coding.pod Tue Mar  7 11:03:33 2006
@@ -131,7 +131,7 @@
 C<$ENV{MOD_PERL}> - is set to the mod_perl version the server is
 running under. e.g.:
 
-  mod_perl/1.99_03-dev
+  mod_perl/2.000002
 
 If C<$ENV{MOD_PERL}> doesn't exist, most likely you are not running
 under mod_perl.

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/handlers/filters.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/user/handlers/filters.pod?rev=383959&r1=383958&r2=383959&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/handlers/filters.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/handlers/filters.pod Tue Mar  7 11:03:33 2006
@@ -1510,9 +1510,9 @@
   >>> connection output filter
       o bucket 1: HEAP
   [HTTP/1.1 200 OK
-  Date: Fri, 04 Jun 2004 09:13:26 GMT
-  Server: Apache/2.0.50-dev (Unix) mod_perl/1.99_15-dev
-  Perl/v5.8.4 mod_ssl/2.0.50-dev OpenSSL/0.9.7c DAV/2
+  Date: Tue, 07 Mar 2006 10:59:08 GMT
+  Server: Apache/2.0.55 (Unix) mod_perl/2.000002
+  Perl/v5.8.4 mod_ssl/2.0.55 OpenSSL/0.9.7c DAV/2
   Connection: close
   Transfer-Encoding: chunked
   Content-Type: text/plain; charset=ISO-8859-1

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/help/help.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/user/help/help.pod?rev=383959&r1=383958&r2=383959&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/help/help.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/help/help.pod Tue Mar  7 11:03:33 2006
@@ -192,13 +192,13 @@
 
 Do the following:
 
-  % cd modperl-1.99_xx
+  % cd modperl-2.0.xx
   % make test TEST_VERBOSE=1 \
     TEST_FILES="compat/apache_util.t modperl/pnotes.t"
 
 or use an alternative way:
 
-  % cd modperl-1.99_xx
+  % cd modperl-2.0.xx
   % t/TEST -clean
   % t/TEST -verbose compat/apache_util.t modperl/pnotes.t
 
@@ -218,7 +218,7 @@
 I<t/logs/error_log> file and re-run tests in the verbose mode. For
 example:
 
-  % cd modperl-1.99_xx/ModPerl-Registry
+  % cd modperl-2.0.xx/ModPerl-Registry
   % t/TEST -clean
   % t/TEST -verbose closure.t
 

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod?rev=383959&r1=383958&r2=383959&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod Tue Mar  7 11:03:33 2006
@@ -489,7 +489,7 @@
 Instead use C<$ENV{MOD_PERL}> (available in both mod_perl
 generations), which is set to the mod_perl version, like so:
 
-  mod_perl/1.99_03-dev
+  mod_perl/2.000002
 
 Therefore in order to check whether you are running under mod_perl,
 you'd say:
@@ -1816,7 +1816,7 @@
 Here is how to write a simple I<Makefile.PL> for modules wanting to
 build XS code against mod_perl 2.0:
 
-  use mod_perl 1.99;
+  use mod_perl 2.0;
   use ModPerl::MM ();
   
   ModPerl::MM::WriteMakefile(



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