From 3b3bf1e6f1aebef5352001747d7dc434ec974a85 Mon Sep 17 00:00:00 2001 From: Chris Andrews Date: Oct 12 2010 15:40:08 +0000 Subject: Note VerifyX509 dependency in README. --- diff --git a/README b/README index c777195..3422db5 100644 --- a/README +++ b/README @@ -9,8 +9,14 @@ Major dependencies: * XML::XPath * Crypt::OpenSSL::RSA * Crypt::OpenSSL::X509 + * Crypt::OpenSSL::VerifyX509[2] [1] - at this time you will need the updated version of XML::Sig, available here (changes have been submitted upstream): http://github.com/chrisa/perl-XML-Sig + +[2] - at this time you will need the development version available + from CPAN, or from here: + + http://github.com/chrisa/perl-Crypt-OpenSSL-VerifyX509