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 pe...@apache.org on 2005/05/29 03:49:34 UTC

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

Author: perrin
Date: Sat May 28 18:49:33 2005
New Revision: 178913

URL: http://svn.apache.org/viewcvs?rev=178913&view=rev
Log:
define what core modules are and tidy up some language

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?rev=178913&r1=178912&r2=178913&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/rename.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/rename.pod Sat May 28 18:49:33 2005
@@ -135,12 +135,16 @@
 
     PerlModule Apache::SomeCoreModule
 
-in an F<httpd.conf> file should be replace by
+in an F<httpd.conf> file should be replaced by
 
     PerlModule Apache2::SomeCoreModule
 
-A similar substitution from C<mod_perl> to C<mod_perl2> should
-be made in similar places.
+and C<mod_perl> should be replaced by C<mod_perl2> 
+in the same places.
+
+Note that "core modules" are defined as those that ship with the 
+mod_perl 2 distribution.  Other CPAN modules in the C<Apache::> namespace 
+may not follow the same conventions.
 
 =item *
 



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