X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=dist.ini;h=71e0767388a9ee2766b57693f7911df205215747;hb=141476ee46ac0e13132dcb1683236c5db2ed7061;hp=cde6cb08edfc3ede4f2ebb5c5c9d453a0cfdac78;hpb=515cb7aef8237ca6fe617d6bf8cb6a5ae02384a1;p=gitmo%2FMooseX-Storage.git diff --git a/dist.ini b/dist.ini index cde6cb0..71e0767 100644 --- 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.019 -remove = PodWeaver -remove = AutoPrereqs Authority.authority = cpan:STEVAN @@ -17,6 +17,11 @@ 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 @@ -25,7 +30,7 @@ Digest = 0 Data::Dumper = 0 Scalar::Util = 0 -[Prereqs/ TestRequires] +[Prereqs / TestRequires] Test::More = 0.88 Test::Deep = 0 Test::Fatal = 0