From: Alexander Hartmaier Date: Mon, 9 Aug 2010 14:41:44 +0000 (+0200) Subject: use Dist::Zilla::Plugin::MetaNoIndex to exclude t/lib from PAUSE indexing X-Git-Tag: 2.002003~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-DBIC-API.git;a=commitdiff_plain;h=fa6f48c9bd42beeb56495a420f313c33cdf7b22f use Dist::Zilla::Plugin::MetaNoIndex to exclude t/lib from PAUSE indexing --- diff --git a/dist.ini b/dist.ini index 0bfbf45..3edfacb 100644 --- a/dist.ini +++ b/dist.ini @@ -17,6 +17,9 @@ copyright_holder = Luke Saunders, Nicholas Perez, Alexander Hartmaier, et al. [MetaConfig] [MetaJSON] +[MetaNoIndex] +directory = t/lib + [MetaResources] repository.type = git repository.url = git://git.shadowcat.co.uk/catagits/Catalyst-Controller-DBIC-API