Author: phred
Date: Wed Jul 21 17:49:31 2010
New Revision: 966331

URL: http://svn.apache.org/viewvc?rev=966331&view=rev
Log:
Don't index bundled pure Perl modules

http://www.gossamer-threads.com/lists/modperl/dev/101734

Suggested by: Gozer
Implemented by: Phred

Modified:
    perl/modperl/trunk/META.yml

Modified: perl/modperl/trunk/META.yml
URL: 
http://svn.apache.org/viewvc/perl/modperl/trunk/META.yml?rev=966331&r1=966330&r2=966331&view=diff
==============================================================================
--- perl/modperl/trunk/META.yml (original)
+++ perl/modperl/trunk/META.yml Wed Jul 21 17:49:31 2010
@@ -4,8 +4,10 @@ installdirs:  site
 distribution_type: module
 no_index:
     directory:
-          # A-T has its own CPAN distro
+          # A-T and others have their own CPAN distros
         - Apache-Test
+        - Apache-Reload
+        - Apache-SizeLimit
     package:
           # Internally redefined module
         - C::Preprocessed


Reply via email to