From: Karen Etheridge Date: Sat, 22 Jun 2013 16:54:43 +0000 (-0700) Subject: fix prereqs X-Git-Tag: v0.36~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f2f753547c4e1f1a61983062d94a17524208cab4;p=gitmo%2FMooseX-Types.git fix prereqs --- diff --git a/dist.ini b/dist.ini index 0692ccf..4fd7700 100644 --- a/dist.ini +++ b/dist.ini @@ -99,23 +99,19 @@ stopwords = subtypes stopwords = subtyping stopwords = typeconstraint +[AutoPrereqs] -[Prereqs / BuildRequires] -FindBin = 0 -Test::Fatal = 0 -Test::Moose = 0 -Test::More = 0.88 -Test::Requires = 0 - -[Prereqs] -Carp = 0 +; specific version requirements +[Prereqs / RuntimeRequires] Carp::Clan = 6.00 Moose = 1.06 Scalar::Util = 1.19 Sub::Install = 0.924 -Sub::Name = 0 namespace::clean = 0.19 -perl = v5.8.0 + +[Prereqs / DevelopRequires] +Test::Pod::Coverage = 1.04 +Pod::Coverage::Moose = 0.02 ;;; Before Release