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.
This commit is contained in:
John Ralls
2015-02-09 09:49:08 -08:00
parent d802733c00
commit bdc9b95a3c

View File

@@ -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: