Subject: | wrong OpenPGP dependencies in Makefile.PL |
In Makefile.PL there is the list of OpenPGP dependencies (check for @OPEN_PGP).
However the list is outdated, the latest OpenPGP-1.12 has the following dependencies:
However the list is outdated, the latest OpenPGP-1.12 has the following dependencies:
"Alt::Crypt::RSA::BigInt" => 0,
"Compress::Zlib" => 0,
"Crypt::Blowfish" => 0,
"Crypt::CAST5_PP" => 0,
"Crypt::DES_EDE3" => 0,
"Crypt::DSA" => 0,
"Crypt::IDEA" => 0,
"Crypt::RIPEMD160" => 0,
"Crypt::Rijndael" => 0,
"Crypt::Twofish" => 0,
"Data::Buffer" => "0.04",
"Digest::MD5" => 0,
"Digest::SHA" => 0,
"File::HomeDir" => 0,
"LWP::UserAgent" => 0,
"MIME::Base64" => 0,
"Math::BigInt" => 0,
"URI::Escape" => 0,
Please not that OpenPGP removed dependency on Math::Pari & co. (which was a reason why Module::Signature did not work on 64bit MS Windows)
Please not that OpenPGP removed dependency on Math::Pari & co. (which was a reason why Module::Signature did not work on 64bit MS Windows)