You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-commits@perl.apache.org by sc...@apache.org on 2006/01/27 19:19:08 UTC

svn commit: r372938 - /perl/Apache-Test/trunk/lib/Apache/TestConfigParse.pm

Author: sctemme
Date: Fri Jan 27 10:19:06 2006
New Revision: 372938

URL: http://svn.apache.org/viewcvs?rev=372938&view=rev
Log:
Remove alias for mod_imagemap / mod_imap, which is not necessary for a straight
rename.

Modified:
    perl/Apache-Test/trunk/lib/Apache/TestConfigParse.pm

Modified: perl/Apache-Test/trunk/lib/Apache/TestConfigParse.pm
URL: http://svn.apache.org/viewcvs/perl/Apache-Test/trunk/lib/Apache/TestConfigParse.pm?rev=372938&r1=372937&r2=372938&view=diff
==============================================================================
--- perl/Apache-Test/trunk/lib/Apache/TestConfigParse.pm (original)
+++ perl/Apache-Test/trunk/lib/Apache/TestConfigParse.pm Fri Jan 27 10:19:06 2006
@@ -174,7 +174,6 @@
     'mod_proxy_balancer.c' => 'proxy_balancer.c',
     'mod_proxy_connect.c'  => 'proxy_connect.c',
     'mod_modperl.c'        => 'mod_perl.c',
-    'mod_imap.c'           => 'mod_imagemap.c',
 );
 
 #XXX mod_jk requires JkWorkerFile or JkWorker to be configured