Author: randy
Date: 2006-01-16 16:03:43 -0700 (Mon, 16 Jan 2006)
New Revision: 5567
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/prog/perl-modules.xml
trunk/BOOK/introduction/welcome/changelog.xml
Log:
Updated to the Digest::SHA-5.32 Perl Module and numerous text and dependency
corrections/additions in the Perl Modules instructions
Modified: trunk/BOOK/general/prog/perl-modules.xml
===================================================================
--- trunk/BOOK/general/prog/perl-modules.xml 2006-01-16 19:54:51 UTC (rev
5566)
+++ trunk/BOOK/general/prog/perl-modules.xml 2006-01-16 23:03:43 UTC (rev
5567)
@@ -550,13 +550,14 @@
</listitem>
<listitem>
- <para><xref linkend="perl-module-signature"/> (optionally used
+ <para><xref linkend="perl-module-signature"/> (required to use the
+ Module::Build <quote>distsign</quote> method and optionally used
during the tests)</para>
</listitem>
<listitem>
<para><ulink
url="http://cpan.org/authors/id/I/IN/INGY/YAML-0.39.tar.gz">
- YAML-0.39</ulink> (Optional- adds an addditional feature to
+ YAML-0.39</ulink> (Optional — adds an additional feature to
Module::Build. Note that this version of YAML is older than the
existing <xref linkend="perl-yaml"/> listed on this page. The newer
version is not compatible with this version of Module::Build.
@@ -646,7 +647,10 @@
tarball (if it includes a <filename>SIGNATURE</filename> file) by unpacking
the tarball, changing into the newly created directory and issuing the
command <command>cpansign -v</command>. It will check each file's
- integrity, as well as the signature's validity.</para>
+ integrity, as well as the signature's validity. Some of the dependencies
+ appear to be circular, however, they are only run-time conflicts and you
+ should be able to fully utilize them as long as everything is
+ installed.</para>
<itemizedlist spacing='compact'>
<listitem>
@@ -656,12 +660,7 @@
<itemizedlist>
<listitem>
- <para id="perl-digest-sha"><ulink
-
url="http://cpan.org/authors/id/M/MS/MSHELOR/Digest-SHA-&Digest-SHA-version;.tar.gz">
- Digest-SHA-&Digest-SHA-version;</ulink></para>
- <indexterm zone="perl-modules perl-digest-sha">
- <primary sortas="g-Digest-SHA">Digest::SHA</primary>
- </indexterm>
+ <para><xref linkend="perl-text-diff"/></para>
</listitem>
<listitem>
<para id="perl-par-dist"><ulink
@@ -670,8 +669,29 @@
<indexterm zone="perl-modules perl-par-dist">
<primary sortas="g-PAR-Dist">PAR::Dist</primary>
</indexterm>
+
+ <itemizedlist>
+ <listitem>
+ <para><xref linkend="perl-archive-zip"/></para>
+ </listitem>
+ <listitem>
+ <para><xref linkend="perl-lwp"/></para>
+ </listitem>
+ <listitem>
+ <para><xref linkend="perl-module-signature"/></para>
+ </listitem>
+ </itemizedlist>
+
</listitem>
<listitem>
+ <para id="perl-digest-sha"><ulink
+
url="http://cpan.org/authors/id/M/MS/MSHELOR/Digest-SHA-&Digest-SHA-version;.tar.gz">
+ Digest-SHA-&Digest-SHA-version;</ulink></para>
+ <indexterm zone="perl-modules perl-digest-sha">
+ <primary sortas="g-Digest-SHA">Digest::SHA</primary>
+ </indexterm>
+ </listitem>
+ <listitem>
<para><xref linkend="gnupg"/></para>
</listitem>
</itemizedlist>
@@ -884,6 +904,14 @@
url="http://cpan.org/authors/id/M/MS/MSCHWERN/Test-Simple-&Test-Simple-version;.tar.gz">
Test-Simple-&Test-Simple-version;</ulink>
(<xref linkend="perl-standard-install"/>)</para>
+
+ <itemizedlist>
+ <listitem>
+ <para><xref linkend="perl-module-signature"/> (optionally used
+ during the tests)</para>
+ </listitem>
+ </itemizedlist>
+
</listitem>
</itemizedlist>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2006-01-16 19:54:51 UTC (rev 5566)
+++ trunk/BOOK/general.ent 2006-01-16 23:03:43 UTC (rev 5567)
@@ -181,7 +181,7 @@
<!ENTITY DateManip-version "5.44">
<!ENTITY Digest-BubbleBabble-version "0.01">
<!ENTITY Digest-HMAC-version "1.01">
-<!ENTITY Digest-SHA-version "5.31">
+<!ENTITY Digest-SHA-version "5.32">
<!ENTITY Digest-SHA1-version "2.10">
<!ENTITY ExtUtils-CBuilder-version "0.15">
<!ENTITY ExtUtils-ParseXS-version "2.15">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2006-01-16 19:54:51 UTC
(rev 5566)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2006-01-16 23:03:43 UTC
(rev 5567)
@@ -45,6 +45,11 @@
<para>January 16th, 2006</para>
<itemizedlist>
<listitem>
+ <para>[randy] - Updated to the Digest::SHA-5.32 Perl Module and
+ numerous text and dependency corrections/additions in the Perl
+ Modules instructions.</para>
+ </listitem>
+ <listitem>
<para>[randy] - Singled out the Text::Diff module in the Perl
Modules instructions.</para>
</listitem>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page