mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
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
This commit is contained in:
parent
9a65995943
commit
bd790c97ae
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "05"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "06"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "07"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2017">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "July 5th &year;">
|
||||
<!ENTITY releasedate "July 6th &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development -->
|
||||
|
@ -109,7 +109,8 @@
|
||||
<para role="recommended">
|
||||
<xref linkend="curl"/> (needed to use <application>Git</application> over http,
|
||||
https, ftp or ftps),
|
||||
<xref linkend="openssl"/>, and
|
||||
<xref linkend="openssl"/>,
|
||||
<xref linkend="perl-error"/>, and
|
||||
<xref linkend="python2"/>
|
||||
</para>
|
||||
|
||||
|
@ -50,6 +50,9 @@
|
||||
<!ENTITY Encode-JIS2K-download-http "http://www.cpan.org/authors/id/D/DA/DANKOGAI/Encode-JIS2K-&Encode-JIS2K-version;.tar.gz">
|
||||
<!ENTITY Encode-JIS2K-md5sum "60539471aa408a2b793cd45a6ce651db">
|
||||
|
||||
<!ENTITY Error-download-http "http://www.cpan.org/authors/id/S/SH/SHLOMIF/Error-&Error-version;.tar.gz">
|
||||
<!ENTITY Error-md5sum "7e3676a7fb14f65f568f12d4b40a2a72">
|
||||
|
||||
<!ENTITY File-BaseDir-download-http "http://www.cpan.org/authors/id/K/KI/KIMRYAN/File-BaseDir-&File-BaseDir-version;.tar.gz">
|
||||
<!ENTITY File-BaseDir-md5sum "5d10401970d209049c8491d2906c3e13">
|
||||
|
||||
@ -969,6 +972,33 @@ MD5 sum: &Encode-JIS2K-md5sum;</literallayout>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<!-- Error -->
|
||||
<bridgehead renderas="sect3" id="perl-error"
|
||||
xreflabel="Error-&Error-version;">
|
||||
Error-&Error-version;</bridgehead>
|
||||
|
||||
<indexterm zone="perl-modules perl-error">
|
||||
<primary sortas="a-Error">Error</primary>
|
||||
</indexterm>
|
||||
|
||||
<para>The Error module provides Error/exception handling in an
|
||||
object-oriented way. This module uses the standard
|
||||
<xref linkend="perl-standard-install"/>.</para>
|
||||
|
||||
&lfs80_checked;
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
<ulink url="&Error-download-http;">Error-&Error-version;</ulink>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<literallayout>&Error-download-http;
|
||||
MD5 sum: &Error-md5sum;</literallayout>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<!-- File::BaseDir -->
|
||||
<bridgehead renderas="sect3" id="perl-file-basedir"
|
||||
xreflabel="File::BaseDir-&File-BaseDir-version;">
|
||||
|
@ -42,6 +42,16 @@
|
||||
</listitem>
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>July 6th, 2017</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[pierre] - Add Error-0.17024 to perl modules,
|
||||
as it is a recommended dependency of git.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>July 5th, 2017</para>
|
||||
<itemizedlist>
|
||||
|
@ -358,6 +358,7 @@
|
||||
<!ENTITY Encode-EUCJPASCII-version "0.03">
|
||||
<!ENTITY Encode-JIS2K-version "0.03">
|
||||
<!ENTITY Encode-HanExtra-version "0.23">
|
||||
<!ENTITY Error-version "0.17024">
|
||||
<!ENTITY File-BaseDir-version "0.07">
|
||||
<!ENTITY File-Slurp-version "9999.19">
|
||||
<!ENTITY File-Which-version "1.21">
|
||||
|
Loading…
Reference in New Issue
Block a user