make this test function properly when JSON backends aren't installed
[gitmo/MooseX-Storage.git] / dist.ini
index fcfff2a..60d1790 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -6,7 +6,7 @@ copyright_holder    = Infinity Interactive, Inc.
 license             = Perl_5
 
 [@Author::ETHER]
-:version = 0.010
+:version = 0.017
 -remove = PodWeaver
 -remove = AutoPrereqs
 Authority.authority = cpan:STEVAN
@@ -17,12 +17,20 @@ 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::)
+
+[ContributorsFromGit]
 
 [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