projects
/
p5sagit/Package-Variant.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6556b18
)
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
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
ed06169
..
83dc455
100644
(file)
--- 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' ] },
},
);