gnucash maint: Remove explicit install of Finance::Quote dependencies.

John Ralls jralls at code.gnucash.org
Mon Feb 9 12:53:58 EST 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/bdc9b95a (commit)
	from  https://github.com/Gnucash/gnucash/commit/d802733c (commit)



commit bdc9b95a3c03f6e30b51052ac056d7cae5b9a64c
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Feb 9 09:49:08 2015 -0800

    Remove explicit install of Finance::Quote dependencies.
    
    CPAN correctly handles dependencies, and the ones installed here were
    a tiny fraction -- and in a couple of cases obsolete.

diff --git a/src/quotes/gnc-fq-update.in b/src/quotes/gnc-fq-update.in
index c61bf89..3aed182 100644
--- a/src/quotes/gnc-fq-update.in
+++ b/src/quotes/gnc-fq-update.in
@@ -36,11 +36,6 @@ if ($( != 0) {
   exit 0 if ($input ne "y");
 }
 
-CPAN::Shell->install('Date::Manip');
-CPAN::Shell->install('HTML::TableExtract');
-CPAN::Shell->install('HTTP::Request::Common');
-CPAN::Shell->install('Crypt::SSLeay');
-CPAN::Shell->install('LWP');
 CPAN::Shell->install('Finance::Quote');
 
 ## Local Variables:



Summary of changes:
 src/quotes/gnc-fq-update.in | 5 -----
 1 file changed, 5 deletions(-)



More information about the gnucash-changes mailing list