X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=dist.ini;h=60d1790f17c52902ab396b985e234b0b24535f05;hb=c2d52f94beb56939250944a12df15d7d90779866;hp=a64cb3fad6a4c8a45d6271b60b715dc81b14ae2e;hpb=17cdf693cb985458ab6b8682b15b696d487b966d;p=gitmo%2FMooseX-Storage.git diff --git a/dist.ini b/dist.ini index a64cb3f..60d1790 100644 --- a/dist.ini +++ b/dist.ini @@ -6,23 +6,31 @@ copyright_holder = Infinity Interactive, Inc. license = Perl_5 [@Author::ETHER] -:version = 0.010 +:version = 0.017 -remove = PodWeaver -remove = AutoPrereqs Authority.authority = cpan:STEVAN ; r/w repository: gitmo@git.moose.perl.org:MooseX-Storage.git AutoMetaResources.repository.gitmo = 1 --remove = GitHub::Meta +-remove = GithubMeta -remove = GitHub::Update 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