From: Karen Etheridge Date: Wed, 17 Jul 2013 02:18:46 +0000 (-0700) Subject: declare optional features X-Git-Tag: v0.36-TRIAL~1^2~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=acf1df17928851cd2253de13bfe7b6fe1edfcc49;p=gitmo%2FMooseX-Storage.git declare optional features --- diff --git a/dist.ini b/dist.ini index 47cf55a..3741e48 100644 --- a/dist.ini +++ b/dist.ini @@ -34,3 +34,43 @@ Digest::SHA = 0 Digest::HMAC = 0 Digest::SHA = 0 + +[OptionalFeature / JSON-Runtime] +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. +MooseX::Storage::Format::JSONpm = 0.01 + +[OptionalFeature / JSON-Test] +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 +YAML::Any = 0 + +[OptionalFeature / YAML-RuntimeRecommends] +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 +Test::Without::Module = 0 + +[OptionalFeature / Storable] +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 +IO::File = 0.1 +IO::AtomicFile = 0.01