From 3b9f470e086a34c4bb3918981649e55c5383b3d0 Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Thu, 29 Mar 2001 08:26:57 +0000 Subject: [PATCH] Add INSTALL for F::Q. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3852 57a11ea4-9604-0410-9ed3-97b8803252fd --- lib/Finance-Quote-1.05/INSTALL | 41 ++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 lib/Finance-Quote-1.05/INSTALL diff --git a/lib/Finance-Quote-1.05/INSTALL b/lib/Finance-Quote-1.05/INSTALL new file mode 100644 index 0000000000..ff609a1a3a --- /dev/null +++ b/lib/Finance-Quote-1.05/INSTALL @@ -0,0 +1,41 @@ +Finance::Quote +============== + +IMPORTANT +========= + +Read Documentation/License for the license (GPL) covering this code. + +Install instructions +-------------------- + +% perl Makefile.PL +% make +% make test (optional) +# make install (as root) + +Couldn't be easier, could it? + +The tests do take some time to run (especially the currency test), so +please be patient. + +What if my tests fail? +---------------------- +Your tests could fail if your machine does not have a connection to the +Internet, if your machine must use an HTTP proxy and you do not have +your http_proxy environment variable set, or if one or more of the +servers that Finance::Quote uses is down or unhappy. + +The tests can also fail if you do not have LWP installed, which +Finance::Quote depends. + +If you believe you've found a bug, please contact Paul Fenwick +. + +More information? +----------------- +Try visiting http://finance-quote.sourceforge.net/ + +Maintainer +---------- +Paul Fenwick