Ignore:
Timestamp:
07/06/2017 06:59:07 AM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
041db65
Parents:
9a65995
Message:

Add perl module "Error", since it is a recommended dependency of git

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18922 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/perl-modules.xml

    r9a65995 rbd790c97  
    5050  <!ENTITY Encode-JIS2K-download-http "http://www.cpan.org/authors/id/D/DA/DANKOGAI/Encode-JIS2K-&Encode-JIS2K-version;.tar.gz">
    5151  <!ENTITY Encode-JIS2K-md5sum "60539471aa408a2b793cd45a6ce651db">
     52
     53  <!ENTITY Error-download-http "http://www.cpan.org/authors/id/S/SH/SHLOMIF/Error-&Error-version;.tar.gz">
     54  <!ENTITY Error-md5sum "7e3676a7fb14f65f568f12d4b40a2a72">
    5255
    5356  <!ENTITY File-BaseDir-download-http "http://www.cpan.org/authors/id/K/KI/KIMRYAN/File-BaseDir-&File-BaseDir-version;.tar.gz">
     
    970973    </itemizedlist>
    971974
     975    <!-- Error -->
     976    <bridgehead renderas="sect3" id="perl-error"
     977    xreflabel="Error-&Error-version;">
     978    Error-&Error-version;</bridgehead>
     979
     980    <indexterm zone="perl-modules perl-error">
     981      <primary sortas="a-Error">Error</primary>
     982    </indexterm>
     983
     984    <para>The Error module provides Error/exception handling in an
     985    object-oriented way. This module uses the standard
     986    <xref linkend="perl-standard-install"/>.</para>
     987
     988    &lfs80_checked;
     989
     990    <itemizedlist>
     991      <listitem>
     992        <para>
     993          <ulink url="&Error-download-http;">Error-&Error-version;</ulink>
     994        </para>
     995      </listitem>
     996      <listitem>
     997<literallayout>&Error-download-http;
     998MD5 sum: &Error-md5sum;</literallayout>
     999      </listitem>
     1000    </itemizedlist>
     1001
    9721002   <!-- File::BaseDir -->
    9731003    <bridgehead renderas="sect3" id="perl-file-basedir"
Note: See TracChangeset for help on using the changeset viewer.