]> Dogcows Code - chaz/p5-File-KDBX/blobdiff - dist.ini
convert PerlIO layers to IO handles
[chaz/p5-File-KDBX] / dist.ini
index 9344c9c0d33ba4a92cdb192eb0158f947cea1790..8eceb082ba9797db7ca47229464df3fa6e980473 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -5,9 +5,6 @@ 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
@@ -24,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.016879 seconds and 4 git commands to generate.