File: README

package info (click to toggle)
libfinance-quote-perl 1.65-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,268 kB
  • sloc: perl: 10,057; makefile: 2
file content (69 lines) | stat: -rw-r--r-- 2,523 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Welcome to Finance::Quote
=========================
Maintained by: Paul Fenwick <pjf@cpan.org>
               Erik Colson <eco@ecocode.net>
               Bruce Schuck <bschuck@asgard-systems.com>

What does Finance::Quote provide?
=================================
Finance::Quote provides access to time-delayed stockquotes from a
number of sources. After you've installed the pacakage, try
'perldoc Finance::Quote' for full information. Alternatively,
you can 'perldoc lib/Finance/Quote.pm' before the install.

How do I install this package?
==============================
If you downloaded the Finance-Quote-N.NN.tar.gz tarball from CPAN
(N.NN is the version number, ex: Finance-Quote-1.50.tar.gz),
run the following commands:

  tar xzf Finance-Quote-1.50.tar.gz
  cd Finance-Quote-1.50.tar.gz
  perl Makefile.PL
  make
  make test
  make install

If you have the CPAN module installed:
Using cpanm (Requires App::cpanminus)

  cpanm Finance::Quote

or Using CPAN shell

  perl -MCPAN -e shell
  install Finance::Quote

I've found a bug / written a patch / have an idea. What do I do?
=================================================================
Well, you could always mail it to <finance-quote-devel@lists.sourceforge.net>,
which is read by all the active developers. Preferably, you
might wish to visit
<https://github.com/finance-quote/finance-quote> to report issues or
<https://github.com/finance-quote/finance-quote/pulls> to view or
create a pull request.
The CPAN bug tracker at
<http://rt.cpan.org/Dist/Display.html?Queue=Finance-Quote> is not
actively monitored.

How do I download the most recent copy of Finance::Quote?
=========================================================
You can find all releases of Finance::Quote at:
<http://sourceforge.net/project/filelist.php?group_id=4232>.

You might also wish to consider subscribing to finance-quote-news,
which can be done from: <http://sourceforge.net/mail/?group_id=4232>.

How can I get a copy of the current CVS development tree?
=========================================================
You can't. The CVS repo has been ported to GIT as of version 1.13_01.

How can I get a copy of the current GIT development tree?
=========================================================
The GIT repository is available at:
<https://github.com/finance-quote/finance-quote/tree/master>.

Where can I find more information?
==================================
Try the Finance::Quote webpage. There are lots of goodies there.
http://finance-quote.sourceforge.net/