Re: svn commit: r160929 - perl/modperl/docs/trunk/src/docs/2.0/rename.pod

2005-04-11 Thread Philip M. Gollucci
[EMAIL PROTECTED] wrote:
Author: randyk
Date: Mon Apr 11 10:35:20 2005
New Revision: 160929
URL: http://svn.apache.org/viewcvs?view=rev&rev=160929
Log:
add in Stas' suggestion about how to remove a prior mod_perl-2 installation.
Modified:
   perl/modperl/docs/trunk/src/docs/2.0/rename.pod
Modified: perl/modperl/docs/trunk/src/docs/2.0/rename.pod
URL: 
http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/rename.pod?view=diff&r1=160928&r2=160929
==
--- perl/modperl/docs/trunk/src/docs/2.0/rename.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/rename.pod Mon Apr 11 10:35:20 2005
@@ -92,7 +92,16 @@
Before installing mod_perl 2, either remove an earlier
mod_perl 2 installation (prior to 1.999022), or else choose
-to install the new version in a different area.
+to install the new version in a different area. To remove
+a prior installation of mod_perl 2, one can do, on Unix,
+
+  % find /usr/lib/perl5 -name 'Apache2*' -exec rm -rf {} \;
+
+where F is the top-level root of your Perl tree.
+Win32 ppm users can do, within the ppm shell,
+
+  ppm> remove mod_perl
+
=item *
 

What about adding it as a target to Makefile since we'll know the perl root
based on how Makefile.PL was run ?


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 


--
END
-
Philip M. Gollucci
Senior Developer - Liquidity Services Inc.
Phone:  202.568.6268 (Direct)
E-Mail: [EMAIL PROTECTED]
Web:http://www.liquidation.com
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


svn commit: r160929 - perl/modperl/docs/trunk/src/docs/2.0/rename.pod

2005-04-11 Thread randyk
Author: randyk
Date: Mon Apr 11 10:35:20 2005
New Revision: 160929

URL: http://svn.apache.org/viewcvs?view=rev&rev=160929
Log:
add in Stas' suggestion about how to remove a prior mod_perl-2 installation.

Modified:
perl/modperl/docs/trunk/src/docs/2.0/rename.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/rename.pod
URL: 
http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/rename.pod?view=diff&r1=160928&r2=160929
==
--- perl/modperl/docs/trunk/src/docs/2.0/rename.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/rename.pod Mon Apr 11 10:35:20 2005
@@ -92,7 +92,16 @@
 
 Before installing mod_perl 2, either remove an earlier
 mod_perl 2 installation (prior to 1.999022), or else choose
-to install the new version in a different area.
+to install the new version in a different area. To remove
+a prior installation of mod_perl 2, one can do, on Unix,
+
+  % find /usr/lib/perl5 -name 'Apache2*' -exec rm -rf {} \;
+
+where F is the top-level root of your Perl tree.
+Win32 ppm users can do, within the ppm shell,
+
+  ppm> remove mod_perl
+
 
 =item *
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]