bump prereq for MXTPT
[gitmo/MooseX-ConfigFromFile.git] / dist.ini
index 73d4729..8f10607 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -1,5 +1,9 @@
 name        = MooseX-ConfigFromFile
 author      = Brandon L. Black, <blblack@gmail.com>
+author      = Yuval Kogman <nothingmuch@woobling.org>
+author      = Chris Prather <chris@prather.org>
+author      = Karen Etheridge, <ether@cpan.org>
+author      = Tomas Doran <bobtfish@bobtfish.net>
 abstract    = An abstract Moose role for setting attributes from a configfile
 copyright_holder = Brandon L. Black
 license     = Perl_5
@@ -23,6 +27,17 @@ repository.type   = git
 version_regexp = ^v([\d._]+)(-TRIAL)?$
 
 [AutoPrereqs]
+skip = ^A$
+skip = ^Generic
+skip = ^MooseX::SimpleConfig$
+skip = ^MooseX::Getopt$
+
+[Prereqs / RuntimeRequires]
+MooseX::Types::Path::Tiny = 0.005
+
+[Prereqs / TestRecommends]
+MooseX::SimpleConfig = 0
+MooseX::Getopt = 0
 
 [InstallGuide]
 [MetaConfig]
@@ -44,10 +59,15 @@ location = root
 ;[Test::Pod::LinkCheck]     many outstanding bugs
 [Test::Pod::No404s]
 [Test::PodSpelling]
+stopwords = Lukasiak
+stopwords = Prather
+stopwords = Zbigniew
+stopwords = configfile
 
 [Test::Compile]
 bail_out_on_fail = 1
 
+[Test::ReportPrereqs]
 [Test::MinimumVersion]
 [MetaTests]
 [Test::CPAN::Changes]