]> Dogcows Code - chaz/p5-File-KDBX/blobdiff - dist.ini
Fix CryptX 0.062 functionality change
[chaz/p5-File-KDBX] / dist.ini
index be876e1a614e313f66a46ef2ebdb5ba85b56aa5a..478e9654855bc95b3df10653cccd1891b1acde18 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -6,9 +6,20 @@ license             = Perl_5
 
 [@Author::CCM]
 Test::CleanNamespaces.skip[0]   = ::Util|::KDF::AES$
+RepoReadme.type     = gfm
+
+[Prereqs / RuntimeRequires]
+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]
 POSIX::1003         = 0
@@ -53,6 +64,11 @@ to_relationship     = none
 ; File::KDBX::XS, which is recommended, provides the same functionality as B::COW
 module              = B::COW
 
+[Prereqs::Soften / NotARealModule]
+to_relationship     = none
+; Iterator::Simple is the actual loadable module
+module              = Iterator::Simple::Iterator
+
 [Prereqs::Soften]
 modules_from_features   = 1
 
This page took 0.024673 seconds and 4 git commands to generate.