Added no_index for files in make here is the bug https://rt.cpan.org/Ticket/Display...
Kartik Thakore [Sat, 22 Aug 2009 14:40:00 +0000 (10:40 -0400)]
Build.PL
META.yml

index dd7e7c0..6f18f26 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -132,6 +132,10 @@ my $build   = SDL::Build->new(
        },
        c_source             => 'src',
        xs_files             => \%xs,
+       meta_add             =>      
+       {
+               no_index =>  { file => [ <make/lib/SDL/*.pm>, <make/lib/SDL/Build/*.pm> ] },
+       },
        dist_author          => 'David J. Goehrig <DGOEHRIG@cpan.org>',
 );
 
index 6845b23..96046cd 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -77,3 +77,14 @@ generated_by: Module::Build version 0.34
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
   version: 1.4
+no_index:
+  file:
+    - make/lib/SDL/Build.pm
+    - make/lib/SDL/Utility.pm
+    - make/lib/SDL/Build/Cygwin.pm
+    - make/lib/SDL/Build/Darwin.pm
+    - make/lib/SDL/Build/Freebsd.pm
+    - make/lib/SDL/Build/Linux.pm
+    - make/lib/SDL/Build/MSWin32.pm
+    - make/lib/SDL/Build/Netbsd.pm
+    - make/lib/SDL/Build/Solaris.pm