]> Dogcows Code - chaz/p5-File-KDBX/blobdiff - dist.ini
Fix missing abstract
[chaz/p5-File-KDBX] / dist.ini
index 7d864d7e49e7f19fe4513270adca078eb6dde968..be876e1a614e313f66a46ef2ebdb5ba85b56aa5a 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -5,15 +5,10 @@ copyright_year      = 2022
 license             = Perl_5
 
 [@Author::CCM]
-:version            = 0.011
-; the PerlIO layers are an implementation detail that might change
-no_index            = lib/PerlIO/via/File/KDBX t xt
+Test::CleanNamespaces.skip[0]   = ::Util|::KDF::AES$
 
 [Prereqs / RuntimeRecommends]
-; B::COW might speed up the memory erase feature, maybe
-B::COW              = 0
 File::Spec          = 0
-File::Which         = 0
 
 [Prereqs / TestSuggests]
 POSIX::1003         = 0
@@ -25,10 +20,12 @@ POSIX::1003         = 0
 File::KDBX::XS      = 0
 
 [OptionalFeature / compression]
--description        = ability to read and write compressed KDBX files
--prompt             = 0
--always_recommend   = 1
-Compress::Raw::Zlib = 0
+-description            = ability to read and write compressed KDBX files
+-prompt                 = 0
+-always_recommend       = 1
+Compress::Raw::Zlib     = 0
+IO::Compress::Gzip      = 0
+IO::Uncompress::Gunzip  = 0
 
 [OptionalFeature / otp]
 -description        = ability to generate one-time passwords from configured database entries
@@ -51,6 +48,11 @@ to_relationship     = none
 module              = File::KeePass
 module              = File::KeePass::KDBX
 
+[Prereqs::Soften / ProgressiveEnhancement]
+to_relationship     = none
+; File::KDBX::XS, which is recommended, provides the same functionality as B::COW
+module              = B::COW
+
 [Prereqs::Soften]
 modules_from_features   = 1
 
This page took 0.019057 seconds and 4 git commands to generate.