X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-File-KDBX;a=blobdiff_plain;f=lib%2FFile%2FKDBX%2FKey%2FYubiKey.pm;h=5c2a2eeb3bad014b508943336147486bafe98c0a;hp=0697b2bf1fb6c789e3312958cc79a080d5018f2d;hb=13a89f4e259b51789eba6c3b29ef31d4ac759db2;hpb=9b4d0a3ea24171a601d48ab2a076041983e45aa7 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;