Changeset a206343 for introduction


Ignore:
Timestamp:
11/17/2018 11:06:15 PM (5 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
684bf6b4
Parents:
5d01724
Message:

Trunk: merge perl modules branch.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20709 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r5d01724 ra206343  
    4343-->
    4444    <listitem>
     45      <para>November 17th, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Merge the perl modules branch. This separates the perl
     49          modules into those directly used by other packages in the book, and
     50          those which are only mentioned as dependencies of other modules.  For
     51          each, provide versioned download and md5sum, a summary of what it
     52          does, and build instructions. Fixes
     53          <ulink url="&blfs-ticket-root;11123">#11123</ulink>.</para>
     54          <para>Add XML::SAX::Expat as yet another optional parser dependency
     55          for XML::Simple.</para>
     56
     57          <para>Remove IO::Socket::INET-6 and Socket-6 from the dependencies of
     58          Net::DNS (they were dropped from that in v1.16 according to its
     59          Changes file). Fixes
     60          <ulink url="&blfs-ticket-root;11066">#11066</ulink>.</para>
     61
     62          <para>The runtime dependency for URI is HTTP::Message (which was split
     63          out of libwww-perl). Fixes
     64          <ulink url="&blfs-ticket-root;11148">#11148</ulink>.</para>
     65
     66          <para>Updated the instructions for using cpan to install modules. Fixes
     67          <ulink url="&blfs-ticket-root;11123">#11123</ulink>.</para>
     68
     69          <para>Module::Runtime can now be built using the conventional process,
     70          although it still lists Module::Build as a prerequisite.</para>
     71
     72          <para>Remove Package::Stash::XS from the dependencies of
     73          Package::Stash, it is not required.</para>
     74
     75          <para>File::Copy::Recursive - all dependencies are for the testsuite,
     76          Test::Exception is not required and Test::utf8 includes a copy of
     77          Module::Install, using that requires an 'unsafe' install so delete
     78          the dependency on Module::Install.</para>
     79
     80          <para>In libwww-perl - drop the 'Bundle' a.k.a which has not been used
     81          for v6, and demote it to a dependency because no non-perl packages
     82          directly reference it.</para>
     83
     84          <para>I have attempted to separate the dependencies only needed when
     85          running tests, but I have assumed that people will either test a module
     86          and all of its dependencies, or not test, so that (like the build
     87          dependencies) anything pulled in by an alphabetically-previous
     88          dependency of the current module is not specifically listed.</para>
     89
     90          <para>Updated perl dependencies as at 7th November.</para>
     91
     92          <para>Updated to Archive-Zip-1.64. Fixes
     93          <ulink url="&blfs-ticket-root;11142">#11142</ulink>.</para>
     94
     95          <para>Updated to Business-ISMN-1.201. Fixes
     96          <ulink url="&blfs-ticket-root;11263">#11263</ulink>.</para>
     97
     98          <para>Updated to Net-DNS-1.18. Fixes
     99          <ulink url="&blfs-ticket-root;11066">#11066</ulink>.</para>
     100
     101          <para>Updated to libwww-perl-6.36. Fixes
     102          <ulink url="&blfs-ticket-root;11236">#11236</ulink>.</para>
     103
     104        </listitem>
     105      </itemizedlist>
     106    </listitem>
     107
     108    <listitem>
    45109      <para>November 16th, 2018</para>
    46110      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.