From: Kartik Thakore Date: Sat, 22 Aug 2009 14:40:00 +0000 (-0400) Subject: Added no_index for files in make here is the bug https://rt.cpan.org/Ticket/Display... X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fc3f64f4f8a84be3f1c81be505be13c2aced833b;p=sdlgit%2FSDL_perl.git Added no_index for files in make here is the bug https://rt.cpan.org/Ticket/Display.html?id=48927 --- diff --git a/Build.PL b/Build.PL index dd7e7c0..6f18f26 100644 --- 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 => [ , ] }, + }, dist_author => 'David J. Goehrig ', ); diff --git a/META.yml b/META.yml index 6845b23..96046cd 100644 --- 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