]> Dogcows Code - chaz/p5-File-KDBX/blobdiff - dist.ini
Be sure to not lose $@ when loading KDBX files
[chaz/p5-File-KDBX] / dist.ini
index 7d864d7e49e7f19fe4513270adca078eb6dde968..8eceb082ba9797db7ca47229464df3fa6e980473 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -5,15 +5,11 @@ 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
 
 [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 +21,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
This page took 0.025178 seconds and 4 git commands to generate.