You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by jo...@apache.org on 2005/03/08 01:03:21 UTC

svn commit: r156467 - in perl/modperl/branches/apache2-rename-unstable: todo/apache2_rename xs/Apache/ xs/Apache2/

Author: joes
Date: Mon Mar  7 16:03:20 2005
New Revision: 156467

URL: http://svn.apache.org/viewcvs?view=rev&rev=156467
Log:
s/Apache::/Apache2::/g and s/mod_perl/mod_perl2/g in all module
APIs, breaking both MP_INST_APACHE2 and the test suite. Note:
this change includes renaming the perlio mode.

This is the second of two commits, and should simply rename the 
xs/Apache dir to xs/Apache2.


Added:
    perl/modperl/branches/apache2-rename-unstable/xs/Apache2/
      - copied from r156466, perl/modperl/branches/apache2-rename-unstable/xs/Apache/
Removed:
    perl/modperl/branches/apache2-rename-unstable/xs/Apache/
Modified:
    perl/modperl/branches/apache2-rename-unstable/todo/apache2_rename

Modified: perl/modperl/branches/apache2-rename-unstable/todo/apache2_rename
URL: http://svn.apache.org/viewcvs/perl/modperl/branches/apache2-rename-unstable/todo/apache2_rename?view=diff&r1=156466&r2=156467
==============================================================================
--- perl/modperl/branches/apache2-rename-unstable/todo/apache2_rename (original)
+++ perl/modperl/branches/apache2-rename-unstable/todo/apache2_rename Mon Mar  7 16:03:20 2005
@@ -18,9 +18,9 @@
 joes suggests these, s/TODO/DONE/ as each one is achieved:
 
 
-TODO: rename the modules, and bring the build 
+DONE: rename the modules, and bring the build 
       system back to a compilable state.  This
-      effort will leave many of the tests broken.
+      effort will leave all of the tests broken.
 
       joes volunteers to do this.