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 pg...@apache.org on 2005/10/30 02:05:53 UTC

svn commit: r329496 - /perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod

Author: pgollucci
Date: Sat Oct 29 17:05:51 2005
New Revision: 329496

URL: http://svn.apache.org/viewcvs?rev=329496&view=rev
Log:
mp2 versions are of the form 2.0.2 or 2.x.x not 2.x.xx at least now that 2.0 is out


Modified:
    perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod?rev=329496&r1=329495&r2=329496&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod Sat Oct 29 17:05:51 2005
@@ -277,12 +277,12 @@
 I<http://perl.apache.org/dist/mod_perl-2.0-current.tar.gz>.
 
 For the purpose of examples in this chapter we will use the package
-named I<mod_perl-2.x.xx.tar.gz>, where I<x.xx> should be replaced with
+named I<mod_perl-2.x.x.tar.gz>, where I<x.x> should be replaced with
 the real version number.
 
 Open the package with:
 
-  % tar -xvzf mod_perl-2.x.xx.tar.gz
+  % tar -xvzf mod_perl-2.x.x.tar.gz
 
 or an equivalent command.
 
@@ -384,7 +384,7 @@
   % make install
   % cd ..
   % tar -xvzf httpd-2.0.xx.tar.gz
-  % tar -xvzf mod_perl-2.x.xx.tar.gz 
+  % tar -xvzf mod_perl-2.x.x.tar.gz 
   % perl5.8.x Makefile.PL \
     MP_USE_STATIC=1 \
     MP_AP_PREFIX="$HOME/src/httpd-2.0.xx" \
@@ -634,7 +634,7 @@
 same options. Simply C<chdir(1)> to the mod_perl source directory and
 run:
 
-  % cd modperl-2.x.xx
+  % cd modperl-2.x.
   % perl -MApache2::Build -e rebuild
 
 



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