Author: stas Date: Thu Dec 30 19:16:42 2004 New Revision: 123765 URL: http://svn.apache.org/viewcvs?view=rev&rev=123765 Log: swap the order of 2 sections
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=123765&p1=perl/modperl/docs/trunk/src/docs/2.0/user/porting/porting.pod&r1=123764&p2=perl/modperl/docs/trunk/src/docs/2.0/user/porting/porting.pod&r2=123765 ============================================================================== --- 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:16:42 2004 @@ -1772,6 +1772,20 @@ +=head2 The CPAN Shell + +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 + +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 Distributors Distributors should mark the different generations of mod_perl core as @@ -1789,20 +1803,6 @@ F<Apache2/> subdir, in which case the two will always co-exist. But this is not the most logical approach since 99% of users will want only one generation of mod_perl core and 3rd party modules. - - - - -=head2 The CPAN Shell - -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 - -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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]