prevent future indexing attempts on "string" (in a carp message)
Karen Etheridge [Tue, 7 May 2013 14:20:22 +0000 (07:20 -0700)]
Makefile.PL

index ed06169..83dc455 100644 (file)
@@ -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' ] },
   },
 );