Author: randy
Date: 2006-01-15 18:28:03 -0700 (Sun, 15 Jan 2006)
New Revision: 5561
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/prog/perl-modules.xml
trunk/BOOK/introduction/welcome/changelog.xml
Log:
Updated to the Module::Info-0.30 Perl Module and added new optional dependencies
Modified: trunk/BOOK/general/prog/perl-modules.xml
===================================================================
--- trunk/BOOK/general/prog/perl-modules.xml 2006-01-16 00:36:56 UTC (rev
5560)
+++ trunk/BOOK/general/prog/perl-modules.xml 2006-01-16 01:28:03 UTC (rev
5561)
@@ -622,14 +622,39 @@
<application>Perl</application> installation. Additionally, Module::Info
can tell you what version of a module is installed and what dependencies
are required for it. You can even use Module::Info to gather dependencies
- of uninstalled modules.</para>
+ of uninstalled modules. The Module::Info module installs using the standard
+ <xref linkend="perl-standard-install"/>. The version module requires using
+ the Module::Build installation method.</para>
<itemizedlist spacing='compact'>
<listitem>
<para><ulink
url="http://cpan.org/authors/id/M/MB/MBARBON/Module-Info-&Module-Info-version;.tar.gz">
- Module-Info-&Module-Info-version;</ulink>
- (<xref linkend="perl-standard-install"/>)</para>
+ Module-Info-&Module-Info-version;</ulink></para>
+
+ <itemizedlist>
+ <listitem>
+ <para id="perl-version-module"><ulink
+
url="http://cpan.org/authors/id/J/JP/JPEACOCK/version-&version-perl-version;.tar.gz">
+ version-&version-perl-version;</ulink>
+ (optionally used during the tests)</para>
+ <indexterm zone="perl-modules perl-version-module">
+ <primary sortas="g-version">version</primary>
+ </indexterm>
+
+ <itemizedlist>
+ <listitem>
+ <para><xref linkend="perl-module-build"/></para>
+ </listitem>
+ </itemizedlist>
+
+ </listitem>
+ <listitem>
+ <para><xref linkend="perl-test-pod"/>
+ (optionally used during the tests)</para>
+ </listitem>
+ </itemizedlist>
+
</listitem>
</itemizedlist>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2006-01-16 00:36:56 UTC (rev 5560)
+++ trunk/BOOK/general.ent 2006-01-16 01:28:03 UTC (rev 5561)
@@ -1,4 +1,4 @@
-<!ENTITY day "15">
+<!ENTITY day "16">
<!ENTITY month "01">
<!ENTITY year "2006">
<!ENTITY version "svn-&year;&month;&day;">
@@ -195,7 +195,7 @@
<!ENTITY LWP-version "5.803">
<!ENTITY Module-Build-version "0.2611">
<!ENTITY Module-Corelist-version "2.02">
-<!ENTITY Module-Info-version "0.28">
+<!ENTITY Module-Info-version "0.30">
<!ENTITY Module-Signature-version "0.50">
<!ENTITY Net-DNS-version "0.52">
<!ENTITY Net-IP-version "1.23">
@@ -212,6 +212,7 @@
<!ENTITY Text-CSV_XS-version "0.23">
<!ENTITY Text-Diff-version "0.35">
<!ENTITY URI-version "1.35">
+<!ENTITY version-perl-version "0.53">
<!ENTITY XML-Parser-version "2.34">
<!ENTITY YAML-version "0.39">
<!-- <!ENTITY Test-Builder-Tester-version "1.01"> -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2006-01-16 00:36:56 UTC
(rev 5560)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2006-01-16 01:28:03 UTC
(rev 5561)
@@ -42,6 +42,16 @@
-->
<listitem>
+ <para>January 16th, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[randy] - Updated to the Module::Info-0.30 Perl Module and
+ added new optional dependencies.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>January 15th, 2006</para>
<itemizedlist>
<listitem>
@@ -49,11 +59,11 @@
the Test::Simple-0.62 module.</para>
</listitem>
<listitem>
- <para>[randy] - Updated to the Test-Pod-1.22 Perl Module.</para>
+ <para>[randy] - Updated to the Test::Pod-1.22 Perl Module.</para>
</listitem>
<listitem>
- <para>[randy] - Updated to the HTML-Tagset-3.10, HTML-Parser-3.48 and
- Pod-Simple-3.03 Perl Modules.</para>
+ <para>[randy] - Updated to the HTML::Tagset-3.10, HTML::Parser-3.48
+ and Pod::Simple-3.03 Perl Modules.</para>
</listitem>
<listitem>
<para>[randy] - Singled out the Compress::Zlib module in the Perl
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page