mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 22:07:15 +08:00
Added Finance::QuoteHist and dependencies to the Perl Modules instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4728 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
c5b9704a51
commit
b61a7a1609
@ -191,6 +191,8 @@
|
||||
<!ENTITY Crypt-SSLeay-version "0.51">
|
||||
<!ENTITY DateManip-version "5.44">
|
||||
<!ENTITY Finance-Quote-version "1.10">
|
||||
<!ENTITY Finance-QuoteHist-version "1.00">
|
||||
<!ENTITY Text-CSV_XS-version "0.23">
|
||||
<!ENTITY HTML-TableExtract-version "2.02">
|
||||
|
||||
<!-- Perl module versions used in the PDL instructions -->
|
||||
|
@ -712,6 +712,56 @@ install -v -m644 DOC/sample.pl /usr/share/doc/perl5/SGMLSpm</userinput></screen>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3" id="perl-finance-quotehist"
|
||||
xreflabel="Finance::QuoteHist">The Finance::QuoteHist Module</bridgehead>
|
||||
|
||||
<indexterm zone="perl-modules perl-finance-quotehist">
|
||||
<primary sortas="g-Finance-QuoteHist">Finance::QuoteHist</primary>
|
||||
</indexterm>
|
||||
|
||||
<para>The Finance::QuoteHist bundle is several modules designed to fetch
|
||||
historical stock quotes from the web. The module and dependencies can be
|
||||
installed using the <application>Perl</application> module
|
||||
<xref linkend="perl-standard-install"/>.</para>
|
||||
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem>
|
||||
<para><ulink
|
||||
url="http://www.cpan.org/authors/id/M/MS/MSISK/Finance-QuoteHist-&Finance-QuoteHist-version;.tar.gz">
|
||||
Finance-QuoteHist-&Finance-QuoteHist-version;</ulink></para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink
|
||||
url="http://www.cpan.org/authors/id/M/MS/MSISK/HTML-TableExtract-&HTML-TableExtract-version;.tar.gz">
|
||||
HTML-TableExtract-&HTML-TableExtract-version;</ulink></para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><xref linkend="perl-html-parser"/></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><xref linkend="perl-lwp"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><xref linkend="perl-date-manip"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para id="perl-text-csv_xs"><ulink
|
||||
url="http://www.cpan.org/authors/id/J/JW/JWIED/Text-CSV_XS-&Text-CSV_XS-version;.tar.gz">
|
||||
Text-CSV_XS-&Text-CSV_XS-version;</ulink></para>
|
||||
<indexterm zone="perl-modules perl-text-csv_xs">
|
||||
<primary sortas="g-Text-CSV_XS">Text::CSV_XS</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation" id="perl-standard-install"
|
||||
|
@ -24,6 +24,11 @@
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem>
|
||||
<para>July 14th, 2005 [randy]: Added Finance::QuoteHist module and
|
||||
dependencies to Perl Modules instructions.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>July 14th, 2005 [djensen]: Updated to Tcl-8.4.11 and Tk-8.4.11.</para>
|
||||
</listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user