Bug 798180 - Update to macOS Big Sur 11.3 breaks Finance Quote

Added new dependency Test2 to gnc-fq-update. This is a second-order
dependency of Finanance::Quote that CPAN doesn't seem to recognize
on its own.
This commit is contained in:
John Ralls 2021-09-11 16:09:55 -07:00
parent b9deb5ea2a
commit edad194389

View File

@ -36,6 +36,7 @@ if ($( != 0) {
exit 0 if ($input ne "y");
}
CPAN::Shell->install('Test2'); #Required by an F::Q dependency but cpan doesn't notice.
CPAN::Shell->install('Date::Manip'); #Required by gnc-fq-helper
CPAN::Shell->install('Finance::Quote');