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 05:53:15 UTC

svn commit: r156498 - perl/modperl/branches/apache2-rename-unstable/lib/Apache2/porting.pm

Author: joes
Date: Mon Mar  7 20:53:13 2005
New Revision: 156498

URL: http://svn.apache.org/viewcvs?view=rev&rev=156498
Log:
Keep the Apache:: prefix for old mp1 modules.



Modified:
    perl/modperl/branches/apache2-rename-unstable/lib/Apache2/porting.pm

Modified: perl/modperl/branches/apache2-rename-unstable/lib/Apache2/porting.pm
URL: http://svn.apache.org/viewcvs/perl/modperl/branches/apache2-rename-unstable/lib/Apache2/porting.pm?view=diff&r1=156497&r2=156498
==============================================================================
--- perl/modperl/branches/apache2-rename-unstable/lib/Apache2/porting.pm (original)
+++ perl/modperl/branches/apache2-rename-unstable/lib/Apache2/porting.pm Mon Mar  7 20:53:13 2005
@@ -70,9 +70,9 @@
 # - removed and replaced packages
 
 my %packages = (
-     'Apache2::Constants' => [qw(Apache2::Const)],
-     'Apache2::Table'     => [qw(APR::Table)],
-     'Apache2::File'      => [qw(Apache2::Response Apache2::RequestRec)],
+     'Apache::Constants' => [qw(Apache2::Const)],
+     'Apache::Table'     => [qw(APR::Table)],
+     'Apache::File'      => [qw(Apache2::Response Apache2::RequestRec)],
      'Apache'            => [qw(ModPerl::Util Apache2::Module)],
 );