From 5243631e644271c676b4ac6eb2e7efe0db161d44 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Mon, 1 Oct 2012 00:58:25 +0000 Subject: [PATCH] Add Mozilla::CA as CPAN dependency for new F::Q TIAA-CREF module BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22429 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/quotes/gnc-fq-update.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/quotes/gnc-fq-update.in b/src/quotes/gnc-fq-update.in index b77667a7f4..268e22aee1 100644 --- a/src/quotes/gnc-fq-update.in +++ b/src/quotes/gnc-fq-update.in @@ -38,6 +38,7 @@ if ($( != 0) { CPAN::Shell->install('LWP'); CPAN::Shell->install('Date::Manip'); +CPAN::Shell->install('Mozilla::CA'); CPAN::Shell->install('HTML::Parser'); CPAN::Shell->install('HTML::TableExtract'); CPAN::Shell->install('Crypt::SSLeay');