X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=dist.ini;h=09d435ead80021bb35b172a2d8bd49db6b5b4441;hb=769dd9caabd484c2de17df58d6a7efb5852c1ed1;hp=fcfff2a73df8e984b214a83ad63b8ba75171e33b;hpb=2f3976d17c78e0ac58a7b318a57c90971ede5e4e;p=gitmo%2FMooseX-Storage.git diff --git a/dist.ini b/dist.ini index fcfff2a..09d435e 100644 --- a/dist.ini +++ b/dist.ini @@ -17,12 +17,18 @@ AutoMetaResources.repository.gitmo = 1 Test::MinimumVersion.max_target_perl = 5.008000 ; these appear in every file, so it's easier to just put it here Test::PodSpelling.stopwords = cpan +; these are all the modules that use optional prereqs, and will cause +; cpantesters to barf in the compile tests +Test::Compile.skip[] = ^MooseX::Storage::((Engine::)?IO::|Format::) [Prereqs / RuntimeRequires] Moose = 0.99 String::RewritePrefix = 0 +Digest = 0 +Data::Dumper = 0 +Scalar::Util = 0 -[Prereqs/ TestRequires] +[Prereqs / TestRequires] Test::More = 0.88 Test::Deep = 0 Test::Fatal = 0