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 2004/12/31 04:22:25 UTC

svn commit: r123767 - /perl/modperl/docs/trunk/src/docs/2.0/user/porting/porting.pod

Author: stas
Date: Thu Dec 30 19:22:23 2004
New Revision: 123767

URL: http://svn.apache.org/viewcvs?view=rev&rev=123767
Log:
more section reordering

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

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/porting/porting.pod
Url: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/user/porting/porting.pod?view=diff&rev=123767&p1=perl/modperl/docs/trunk/src/docs/2.0/user/porting/porting.pod&r1=123766&p2=perl/modperl/docs/trunk/src/docs/2.0/user/porting/porting.pod&r2=123767
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/porting/porting.pod	(original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/porting/porting.pod	Thu Dec 30 19:22:23 2004
@@ -1619,7 +1619,7 @@
 needs: http://modperlbook.org/html/ch15_04.html
 
 
-=head2 Documentation and Manpages
+=head3 Documentation and Manpages
 
 If mp2 installs its F<.pm> files under F<Apache2/> C<perldoc> won't
 find those. The alternative solution is to use C<mp2doc> provided by
@@ -1634,6 +1634,27 @@
 locally|download::docs>.
 
 
+
+
+=head3 CPAN Shells
+
+In case you have mp1 and mp2 under the same perl and mp2 is installed
+under the F<Apache2/> subdirectory, in order for CPAN shell to find
+you mp2 modules you need to invoke it as:
+
+ % perl -MApache2 -MCPAN -eshell
+
+For CPANPLUS:
+
+ % perl -MApache2 -MCPANPLUS -eshell
+
+If you have only mp2 and you didn't ask to install it under the
+F<Apache2/> subdirectory, no special invocation technique is required.
+
+
+
+
+
 =head2 CPAN Index
 
 Since mod_perl 2.0 was released users have noticed a problem with CPAN
@@ -1733,8 +1754,6 @@
 shells, if you know how please let me know.)
 
 
-
-
 =item Q. Why not Put Several Generation in the Same Distro
 
 A. 1) That doesn't fix the indexing problem.
@@ -1769,24 +1788,6 @@
 generation, when the other needs to be released.
 
 =back
-
-
-
-
-=head2 CPAN Shells
-
-In case you have mp1 and mp2 under the same perl and mp2 is installed
-under the F<Apache2/> subdirectory, in order for CPAN shell to find
-you mp2 modules you need to invoke it as:
-
- % perl -MApache2 -MCPAN -eshell
-
-For CPANPLUS:
-
- % perl -MApache2 -MCPANPLUS -eshell
-
-If you have only mp2 and you didn't ask to install it under the
-F<Apache2/> subdirectory, no special invocation technique is required.
 
 
 

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