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:19:38 UTC

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

Author: stas
Date: Thu Dec 30 19:19:37 2004
New Revision: 123766

URL: http://svn.apache.org/viewcvs?view=rev&rev=123766
Log:
add CPANPLUS shell example

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=123766&p1=perl/modperl/docs/trunk/src/docs/2.0/user/porting/porting.pod&r1=123765&p2=perl/modperl/docs/trunk/src/docs/2.0/user/porting/porting.pod&r2=123766
==============================================================================
--- 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:19:37 2004
@@ -1772,7 +1772,8 @@
 
 
 
-=head2 The CPAN Shell
+
+=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
@@ -1780,8 +1781,13 @@
 
  % 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