From: Charles McGarvey Date: Tue, 3 May 2022 23:09:01 +0000 (-0600) Subject: Require IPC::Cmd >= 0.84 X-Git-Tag: v0.902~4 X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-File-KDBX;a=commitdiff_plain;h=13a89f4e259b51789eba6c3b29ef31d4ac759db2 Require IPC::Cmd >= 0.84 --- diff --git a/lib/File/KDBX/Key/YubiKey.pm b/lib/File/KDBX/Key/YubiKey.pm index 0697b2b..5c2a2ee 100644 --- a/lib/File/KDBX/Key/YubiKey.pm +++ b/lib/File/KDBX/Key/YubiKey.pm @@ -7,7 +7,7 @@ use strict; use File::KDBX::Constants qw(:yubikey); use File::KDBX::Error; use File::KDBX::Util qw(:class :io pad_pkcs7); -use IPC::Cmd 0.52 qw(run_forked); +use IPC::Cmd 0.84 qw(run_forked); use Ref::Util qw(is_arrayref); use Symbol qw(gensym); use namespace::clean;