Author: randy
Date: 2006-01-14 19:18:21 -0700 (Sat, 14 Jan 2006)
New Revision: 5552
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/prog/perl-modules.xml
trunk/BOOK/introduction/welcome/changelog.xml
Log:
Singled out the Compress::Zlib module and added descriptive comments to the
Perl Modules instructions
Modified: trunk/BOOK/general/prog/perl-modules.xml
===================================================================
--- trunk/BOOK/general/prog/perl-modules.xml 2006-01-15 01:25:15 UTC (rev
5551)
+++ trunk/BOOK/general/prog/perl-modules.xml 2006-01-15 02:18:21 UTC (rev
5552)
@@ -51,6 +51,7 @@
-->
+ <!-- Module::Info -->
<bridgehead renderas="sect3" id="perl-module-info"
xreflabel="Module::Info">The Module::Info Module</bridgehead>
@@ -75,6 +76,7 @@
</listitem>
</itemizedlist>
+ <!-- Test::Pod -->
<bridgehead renderas="sect3" id="perl-test-pod"
xreflabel="Test::Pod">The Test::Pod Module</bridgehead>
@@ -131,6 +133,7 @@
</listitem>
</itemizedlist>
+ <!-- Module::Build -->
<bridgehead renderas="sect3" id="perl-module-build"
xreflabel="Module::Build">The Module::Build Module</bridgehead>
@@ -153,23 +156,6 @@
dependencies can be installed using the
<xref linkend="perl-standard-install"/>.</para>
- <note>
- <para>The Compress::Zlib module requires the following
- <command>sed</command> after untarring the distribution tarball (before
- any other build commands) to use the system-installed copy of
- <application>Zlib</application>.</para>
-
-<screen><userinput>sed -i -e "s|BUILD_ZLIB = True|BUILD_ZLIB = False|" \
- -e "s|INCLUDE = ./zlib-src|INCLUDE = /usr/include|" \
- -e "s|LIB = ./zlib-src|LIB = /usr/lib|" \
- config.in</userinput></screen>
-
- <para>The Algorithm-Diff module is distributed in
- <filename class='extension'>.zip</filename> format and requires
- <xref linkend="unzip"/> to extract the archive.</para>
-
- </note>
-
<itemizedlist spacing='compact'>
<listitem>
<para><ulink
@@ -247,12 +233,7 @@
<itemizedlist>
<listitem>
- <para id="perl-compress-zlib"><ulink
-
url="http://cpan.org/authors/id/P/PM/PMQS/Compress-Zlib-&Compress-Zlib-version;.tar.gz">
- Compress-Zlib-&Compress-Zlib-version;</ulink></para>
- <indexterm zone="perl-modules perl-compress-zlib">
- <primary
sortas="g-Compress-Zlib">Compress::Zlib</primary>
- </indexterm>
+ <para><xref linkend="perl-compress-zlib"/></para>
</listitem>
</itemizedlist>
@@ -276,6 +257,13 @@
<indexterm zone="perl-modules perl-algorithm-diff">
<primary
sortas="g-Algorithm-Diff">Algorithm::Diff</primary>
</indexterm>
+
+ <itemizedlist>
+ <listitem>
+ <para><xref linkend="unzip"/></para>
+ </listitem>
+ </itemizedlist>
+
</listitem>
</itemizedlist>
@@ -307,6 +295,37 @@
<screen role='root'><userinput>./Build install</userinput></screen>
+ <!-- Compress::Zlib -->
+ <bridgehead renderas="sect3" id="perl-compress-zlib"
+ xreflabel="Compress::Zlib">The Compress::Zlib Module</bridgehead>
+
+ <indexterm zone="perl-modules perl-compress-zlib">
+ <primary sortas="g-Compress-Zlib">Compress::Zlib</primary>
+ </indexterm>
+
+ <para></para>
+
+ <note>
+ <para>The Compress::Zlib module requires the following
+ <command>sed</command> after untarring the distribution tarball (before
+ any other build commands) to use the system-installed copy of
+ <application>Zlib</application>.</para>
+
+<screen><userinput>sed -i -e "s|BUILD_ZLIB = True|BUILD_ZLIB = False|" \
+ -e "s|INCLUDE = ./zlib-src|INCLUDE = /usr/include|" \
+ -e "s|LIB = ./zlib-src|LIB = /usr/lib|" \
+ config.in</userinput></screen>
+ </note>
+
+ <itemizedlist spacing='compact'>
+ <listitem>
+ <para><ulink
+
url="http://cpan.org/authors/id/P/PM/PMQS/Compress-Zlib-&Compress-Zlib-version;.tar.gz">
+ Compress-Zlib-&Compress-Zlib-version;</ulink></para>
+ </listitem>
+ </itemizedlist>
+
+ <!-- HTML::Parser -->
<bridgehead renderas="sect3" id="perl-html-parser"
xreflabel="HTML::Parser">The HTML::Parser Module</bridgehead>
@@ -341,6 +360,7 @@
</listitem>
</itemizedlist>
+ <!-- XML::Parser -->
<bridgehead renderas="sect3" id="perl-xml-parser"
xreflabel="XML::Parser">The XML::Parser Module</bridgehead>
@@ -369,6 +389,7 @@
</listitem>
</itemizedlist>
+ <!-- SGMLSpm -->
<bridgehead renderas="sect3" id="perl-sgmlspm"
xreflabel="SGMLSpm">The SGMLSpm Module</bridgehead>
@@ -406,6 +427,7 @@
rm -v -f /usr/share/doc/perl5/SGMLSpm/sample.pl &&
install -v -m644 DOC/sample.pl
/usr/share/doc/perl5/SGMLSpm</userinput></screen>
+ <!-- Tk -->
<bridgehead renderas="sect3" id="perl-tk"
xreflabel="Perl-Tk">The Tk Module</bridgehead>
@@ -438,6 +460,7 @@
</listitem>
</itemizedlist>
+ <!-- Net::DNS -->
<bridgehead renderas="sect3" id="perl-net-dns"
xreflabel="Net-DNS">The Net::DNS Module</bridgehead>
@@ -522,6 +545,7 @@
</listitem>
</itemizedlist>
+ <!-- LWP -->
<bridgehead renderas="sect3" id="perl-lwp"
xreflabel="LWP">The LWP Module</bridgehead>
@@ -540,18 +564,6 @@
<application>Perl</application> Module
<xref linkend="perl-standard-install"/>.</para>
- <note>
- <para>The Compress::Zlib module requires the following
- <command>sed</command> after untarring the distribution tarball (before
- any other build commands) to use the system-installed copy of
- <application>Zlib</application>.</para>
-
-<screen><userinput>sed -i -e "s|BUILD_ZLIB = True|BUILD_ZLIB = False|" \
- -e "s|INCLUDE = ./zlib-src|INCLUDE = /usr/include|" \
- -e "s|LIB = ./zlib-src|LIB = /usr/lib|" \
- config.in</userinput></screen>
- </note>
-
<itemizedlist spacing='compact'>
<listitem>
<para><ulink
@@ -629,9 +641,7 @@
<para><xref linkend="perl-html-parser"/></para>
</listitem>
<listitem>
- <para><ulink
-
url="http://cpan.org/authors/id/P/PM/PMQS/Compress-Zlib-&Compress-Zlib-version;.tar.gz">
- Compress-Zlib-&Compress-Zlib-version;</ulink></para>
+ <para><xref linkend="perl-compress-zlib"/></para>
</listitem>
<listitem>
<para id="perl-crypt-ssleay"><ulink
@@ -654,6 +664,7 @@
</listitem>
</itemizedlist>
+ <!-- Date::Manip -->
<bridgehead renderas="sect3" id="perl-date-manip"
xreflabel="Date::Manip">The Date::Manip Module</bridgehead>
@@ -677,6 +688,7 @@
</listitem>
</itemizedlist>
+ <!-- Finance::Quote -->
<bridgehead renderas="sect3" id="perl-finance-quote"
xreflabel="Finance::Quote">The Finance::Quote Module</bridgehead>
@@ -743,6 +755,7 @@
</listitem>
</itemizedlist>
+ <!-- Finance::QuoteHist -->
<bridgehead renderas="sect3" id="perl-finance-quotehist"
xreflabel="Finance::QuoteHist">The Finance::QuoteHist Module</bridgehead>
@@ -793,6 +806,7 @@
</listitem>
</itemizedlist>
+ <!-- Archive::Zip -->
<bridgehead renderas="sect3" id="perl-archive-zip"
xreflabel="Archive::Zip">The Archive::Zip Module</bridgehead>
@@ -814,9 +828,7 @@
<itemizedlist>
<listitem>
- <para><ulink
-
url="http://cpan.org/authors/id/P/PM/PMQS/Compress-Zlib-&Compress-Zlib-version;.tar.gz">
- Compress-Zlib-&Compress-Zlib-version;</ulink></para>
+ <para><xref linkend="perl-compress-zlib"/></para>
</listitem>
</itemizedlist>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2006-01-15 01:25:15 UTC (rev 5551)
+++ trunk/BOOK/general.ent 2006-01-15 02:18:21 UTC (rev 5552)
@@ -1,4 +1,4 @@
-<!ENTITY day "14">
+<!ENTITY day "15">
<!ENTITY month "01">
<!ENTITY year "2006">
<!ENTITY version "svn-&year;&month;&day;">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2006-01-15 01:25:15 UTC
(rev 5551)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2006-01-15 02:18:21 UTC
(rev 5552)
@@ -42,6 +42,16 @@
-->
<listitem>
+ <para>January 15th, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[randy] - Singled out the Compress::Zlib module in the Perl
+ Modules instructions.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>January 14th, 2006</para>
<itemizedlist>
<listitem>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page