Author: ken Date: Sat Aug 4 06:29:37 2018 New Revision: 20271 Log: Add Test::MockModule to the dependencies of Archive::Zip.
Modified: trunk/BOOK/general.ent trunk/BOOK/general/prog/perl-modules.xml trunk/BOOK/introduction/welcome/changelog.xml Modified: trunk/BOOK/general.ent ============================================================================== --- trunk/BOOK/general.ent Sat Aug 4 06:04:53 2018 (r20270) +++ trunk/BOOK/general.ent Sat Aug 4 06:29:37 2018 (r20271) @@ -1,12 +1,12 @@ <!-- $LastChangedBy$ $Date$ --> -<!ENTITY day "03"> <!-- Always 2 digits --> +<!ENTITY day "04"> <!-- Always 2 digits --> <!ENTITY month "08"> <!-- Always 2 digits --> <!ENTITY year "2018"> <!ENTITY copyrightdate "2001-&year;"> <!ENTITY copyholder "The BLFS Development Team"> <!ENTITY version "&year;-&month;-&day;"> -<!ENTITY releasedate "August 3rd, &year;"> +<!ENTITY releasedate "August 4th, &year;"> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> <!ENTITY lfs-version "development"> <!-- x.y|development --> Modified: trunk/BOOK/general/prog/perl-modules.xml ============================================================================== --- trunk/BOOK/general/prog/perl-modules.xml Sat Aug 4 06:04:53 2018 (r20270) +++ trunk/BOOK/general/prog/perl-modules.xml Sat Aug 4 06:29:37 2018 (r20271) @@ -255,7 +255,12 @@ <xref linkend="perl-sub-identify"/> </para> </listitem> - </itemizedlist> + </itemizedlist> <!-- end of deps for SUPER --> + </listitem> + <listitem> + <para> + <xref linkend="perl-test-warnings"/> + </para> </listitem> </itemizedlist> </listitem> Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Sat Aug 4 06:04:53 2018 (r20270) +++ trunk/BOOK/introduction/welcome/changelog.xml Sat Aug 4 06:29:37 2018 (r20271) @@ -42,6 +42,18 @@ </listitem> --> <listitem> + <para>August 4th, 2018</para> + <itemizedlist> + <listitem> + <para>[ken] - Perl module Test::MockModule (required by Archive::Zip) + now requires Test::Warnings. Module dependencies for that, libwww-perl, + and all modules used by biber are up to date as of this morning. + Fixes <ulink url="&blfs-ticket-root;10985">#10985</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>August 3rd, 2018</para> <itemizedlist> <listitem> -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page