mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-26 02:40:43 -06:00
edad194389
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. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
gnc-fq-check.in | ||
gnc-fq-dump.in | ||
gnc-fq-helper.in | ||
gnc-fq-update.in | ||
Quote_example.pl | ||
README |
-*-text-*- This directory contains assorted stock quote scripts. gnc-fq-check.in: Source file for gnc-fq-check which is a perl script that allows gnucash to determine if Finance::Quote is installed properly. The responses is a scheme form. gnc-fq-dump.in: Source file for gnc-fq-dump which is a perl script that retrieves a quote from Finance::Quote and dumps the response to the terminal. Its useful for determining problems with F::Q. gnc-fq-helper.in: Source file for gnc-fq-helper which is a perl script that allows gnucash to communicate with Finance::Quote over pipes from guile. The requests and responses are scheme forms. gnc-fq-update.in: Source file for gnc-fq-update which is a perl script that updates Finance::Quote from CPAN.