Changeset b61a7a16


Ignore:
Timestamp:
07/15/2005 12:17:21 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
aa07b6c
Parents:
c5b9704
Message:

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rc5b9704 rb61a7a16  
    192192<!ENTITY DateManip-version            "5.44">
    193193<!ENTITY Finance-Quote-version        "1.10">
     194<!ENTITY Finance-QuoteHist-version    "1.00">
     195<!ENTITY Text-CSV_XS-version          "0.23">
    194196<!ENTITY HTML-TableExtract-version    "2.02">
    195197
  • general/prog/perl-modules.xml

    rc5b9704 rb61a7a16  
    713713    </itemizedlist>
    714714
     715    <bridgehead renderas="sect3" id="perl-finance-quotehist"
     716    xreflabel="Finance::QuoteHist">The Finance::QuoteHist Module</bridgehead>
     717
     718    <indexterm zone="perl-modules perl-finance-quotehist">
     719      <primary sortas="g-Finance-QuoteHist">Finance::QuoteHist</primary>
     720    </indexterm>
     721
     722    <para>The Finance::QuoteHist bundle is several modules designed to fetch
     723    historical stock quotes from the web. The module and dependencies can be
     724    installed using the <application>Perl</application> module
     725    <xref linkend="perl-standard-install"/>.</para>
     726
     727    <itemizedlist spacing='compact'>
     728      <listitem>
     729        <para><ulink
     730        url="http://www.cpan.org/authors/id/M/MS/MSISK/Finance-QuoteHist-&Finance-QuoteHist-version;.tar.gz">
     731        Finance-QuoteHist-&Finance-QuoteHist-version;</ulink></para>
     732
     733        <itemizedlist>
     734          <listitem>
     735            <para><ulink
     736            url="http://www.cpan.org/authors/id/M/MS/MSISK/HTML-TableExtract-&HTML-TableExtract-version;.tar.gz">
     737            HTML-TableExtract-&HTML-TableExtract-version;</ulink></para>
     738
     739            <itemizedlist>
     740              <listitem>
     741                <para><xref linkend="perl-html-parser"/></para>
     742              </listitem>
     743            </itemizedlist>
     744
     745          </listitem>
     746          <listitem>
     747            <para><xref linkend="perl-lwp"/></para>
     748          </listitem>
     749          <listitem>
     750            <para><xref linkend="perl-date-manip"/></para>
     751          </listitem>
     752          <listitem>
     753            <para id="perl-text-csv_xs"><ulink
     754            url="http://www.cpan.org/authors/id/J/JW/JWIED/Text-CSV_XS-&Text-CSV_XS-version;.tar.gz">
     755            Text-CSV_XS-&Text-CSV_XS-version;</ulink></para>
     756            <indexterm zone="perl-modules perl-text-csv_xs">
     757              <primary sortas="g-Text-CSV_XS">Text::CSV_XS</primary>
     758            </indexterm>
     759          </listitem>
     760        </itemizedlist>
     761
     762      </listitem>
     763    </itemizedlist>
     764
    715765  </sect2>
    716766
  • introduction/welcome/changelog.xml

    rc5b9704 rb61a7a16  
    2525  <itemizedlist>
    2626   
     27    <listitem>
     28      <para>July 14th, 2005 [randy]: Added Finance::QuoteHist module and
     29      dependencies to Perl Modules instructions.</para>
     30    </listitem>
     31
    2732    <listitem>
    2833      <para>July 14th, 2005 [djensen]: Updated to Tcl-8.4.11 and Tk-8.4.11.</para>
Note: See TracChangeset for help on using the changeset viewer.