From: Karen Etheridge Date: Fri, 19 Jul 2013 22:23:07 +0000 (-0700) Subject: add missing (core) prereqs X-Git-Tag: v0.37-TRIAL~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=515cb7aef8237ca6fe617d6bf8cb6a5ae02384a1;p=gitmo%2FMooseX-Storage.git add missing (core) prereqs --- diff --git a/dist.ini b/dist.ini index fcfff2a..cde6cb0 100644 --- a/dist.ini +++ b/dist.ini @@ -21,6 +21,9 @@ Test::PodSpelling.stopwords = cpan [Prereqs / RuntimeRequires] Moose = 0.99 String::RewritePrefix = 0 +Digest = 0 +Data::Dumper = 0 +Scalar::Util = 0 [Prereqs/ TestRequires] Test::More = 0.88