]> Dogcows Code - chaz/p5-File-KDBX/blobdiff - dist.ini
Release File-KDBX 0.906
[chaz/p5-File-KDBX] / dist.ini
index 0087b3f5c67d00967979d2c764923007915ee1b2..690895e09e5a67905278034b523a06688debccee 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -6,11 +6,26 @@ license             = Perl_5
 
 [@Author::CCM]
 Test::CleanNamespaces.skip[0]   = ::Util|::KDF::AES$
+RepoReadme.type     = gfm
+
+[Prereqs / RuntimeRequires]
+; File-KDBX depends on Time::Local indirectly (through Time::Piece), and
+; version 1.19 is required to handle 2999-12-31 23:59:59.
+Time::Local             = 1.19
+Crypt::Cipher::AES      = 0
+Crypt::Stream::ChaCha   = 0.048
+Crypt::Stream::Salsa20  = 0.055
 
 [Prereqs / RuntimeRecommends]
-File::Spec          = 0
+File::Spec              = 0
+
+[Prereqs / RuntimeSuggests]
+; These are some non-standard ciphers which KeePass can support with plugins:
+Crypt::Stream::Twofish  = 0
+Crypt::Stream::Serpent  = 0.055
 
 [Prereqs / TestSuggests]
+; For t/memory-protection.t:
 POSIX::1003         = 0
 
 [OptionalFeature / xs]
This page took 0.022373 seconds and 4 git commands to generate.