update .gitignore for dzil byproducts
[gitmo/MooseX-ConfigFromFile.git] / dist.ini
index df7503a..6edb886 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
@@ -24,6 +28,13 @@ version_regexp = ^v([\d._]+)(-TRIAL)?$
 
 [AutoPrereqs]
 skip = ^A$
+skip = ^Generic$
+skip = ^MooseX::SimpleConfig$
+skip = ^MooseX::Getopt$
+
+[Prereqs / TestRecommends]
+MooseX::SimpleConfig = 0
+MooseX::Getopt = 0
 
 [InstallGuide]
 [MetaConfig]
@@ -53,6 +64,7 @@ stopwords = configfile
 [Test::Compile]
 bail_out_on_fail = 1
 
+[Test::ReportPrereqs]
 [Test::MinimumVersion]
 [MetaTests]
 [Test::CPAN::Changes]