X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=dist.ini;h=8f1060791d8b8fc91aeca156138181cce870d261;hb=d648cbda9c9f33ebadaf2178b5f7ef102938e8a9;hp=df7503a97be6477783fa29fd4164c56569c56ddd;hpb=cb84d41a73bbc32456f465bf0c2da0b8705488bf;p=gitmo%2FMooseX-ConfigFromFile.git diff --git a/dist.ini b/dist.ini index df7503a..8f10607 100644 --- a/dist.ini +++ b/dist.ini @@ -1,5 +1,9 @@ name = MooseX-ConfigFromFile author = Brandon L. Black, +author = Yuval Kogman +author = Chris Prather +author = Karen Etheridge, +author = Tomas Doran abstract = An abstract Moose role for setting attributes from a configfile copyright_holder = Brandon L. Black license = Perl_5 @@ -24,6 +28,16 @@ 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] @@ -53,6 +67,7 @@ stopwords = configfile [Test::Compile] bail_out_on_fail = 1 +[Test::ReportPrereqs] [Test::MinimumVersion] [MetaTests] [Test::CPAN::Changes]