From: Karen Etheridge Date: Tue, 7 May 2013 14:20:22 +0000 (-0700) Subject: prevent future indexing attempts on "string" (in a carp message) X-Git-Tag: v1.002000~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=be21891218fed13d656c3779c46abfa3ff7dd7d2;p=p5sagit%2FPackage-Variant.git prevent future indexing attempts on "string" (in a carp message) --- diff --git a/Makefile.PL b/Makefile.PL index ed06169..83dc455 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -26,5 +26,7 @@ WriteMakefile( repository => 'git://git.shadowcat.co.uk/p5sagit/Package-Variant.git', homepage => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Package-Variant.git', }, + + no_index => { package => [ 'string' ] }, }, );