X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=dist.ini;h=4d5b11cb645eaea4f91f033faf53c89dcfb2e2d0;hb=025186b64f84e6b36be918f3bf99bb49cf6e6e3c;hp=eeb4aa92f0b6ac475023c20814498dbfd2b86e62;hpb=60d07f9e0ee71b2b13676628bdb1b76598e80c66;p=gitmo%2FMooseX-Storage.git diff --git a/dist.ini b/dist.ini index eeb4aa9..4d5b11c 100644 --- a/dist.ini +++ b/dist.ini @@ -6,27 +6,38 @@ copyright_holder = Infinity Interactive, Inc. license = Perl_5 [@Author::ETHER] -:version = 0.010 +:version = 0.019 -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 +;CPAN::Meta::Check = 0.007 +;Test::CheckDeps = 0.006 Test::Deep = 0 Test::Fatal = 0 Test::Requires = 0.05 +File::Spec::Functions = 0 [Prereqs / RuntimeRecommends] Digest::HMAC = 0 @@ -34,45 +45,47 @@ Digest::SHA = 0 [Prereqs / DevelopRequires] Digest::HMAC = 0 +Digest::HMAC_SHA1 = 0 Digest::SHA = 0 [OptionalFeature / JSON-Runtime] -description = Serialize to JSON. You should have at least one serialization format. -always_recommend = 1 +:version = 0.002 +-description = Serialize to JSON. You should have at least one serialization format. +-always_recommend = 1 JSON::Any = 1.15 [OptionalFeature / JSON-RuntimeRecommends] -description = Serialize to JSON. You should have at least one serialization format. +-description = Serialize to JSON. You should have at least one serialization format. MooseX::Storage::Format::JSONpm = 0.01 [OptionalFeature / JSON-Test] -description = Serialize to JSON. You should have at least one serialization format. -always_recommend = 1 +-description = Serialize to JSON. You should have at least one serialization format. +-always_recommend = 1 Test::Deep::JSON = 0 [OptionalFeature / YAML-Runtime] -description = Serialize to YAML. You should have at least one serialization format. -always_recommend = 1 +-description = Serialize to YAML. You should have at least one serialization format. +-always_recommend = 1 YAML::Any = 0 [OptionalFeature / YAML-RuntimeRecommends] -description = Serialize to YAML. You should have at least one serialization format. +-description = Serialize to YAML. You should have at least one serialization format. YAML = 0.01 YAML::Syck = 0.01 [OptionalFeature / YAML-Test] -description = Serialize to YAML. You should have at least one serialization format. -always_recommend = 1 +-description = Serialize to YAML. You should have at least one serialization format. +-always_recommend = 1 Test::Without::Module = 0 [OptionalFeature / Storable] -description = Serialize to Storable. You should have at least one serialization format. -always_recommend = 1 +-description = Serialize to Storable. You should have at least one serialization format. +-always_recommend = 1 Storable = 0 [OptionalFeature / File] -description = the ability to save the file to disk -always_recommend = 1 +-description = the ability to save the file to disk +-always_recommend = 1 IO::File = 0.1 IO::AtomicFile = 0.01