Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lixmal committed Jul 12, 2017
1 parent 5cbb5a6 commit 108c04f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ requires 'File::LibMagic', '1.07';
requires 'Sereal::Encoder', 0;
requires 'Sereal::Decoder', 0;
requires 'Crypt::Mode::CBC', 0;
requires 'Crypt::Mac::HMAC', 0;
recommends 'Crypt::Cipher::AES', 0;
recommends 'Crypt::Digest::SHA256', 0;
requires 'URI::Escape', 0;
requires 'MIME::Base64', 0;
requires 'Encode', 0;
Expand All @@ -30,7 +32,6 @@ recommends 'HTTP::XSHeaders', 0;

# explicit requirements of File::KeePass::Web
requires 'Digest::SHA', 0;
requires 'Crypt::Mode::CBC', 0;
requires 'Crypt::Rijndael', 0;

on 'test', sub {
Expand Down

0 comments on commit 108c04f

Please sign in to comment.