use Dist::Zilla::Plugin::MetaNoIndex to exclude t/lib from PAUSE indexing
Alexander Hartmaier [Mon, 9 Aug 2010 14:41:44 +0000 (16:41 +0200)]
dist.ini

index 0bfbf45..3edfacb 100644 (file)
--- 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