add MooseX::SimpleConfig, MooseX::Getopt to recommendation list
[gitmo/MooseX-ConfigFromFile.git] / dist.ini
index df7503a..c415d0e 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]