Changeset ab9e226


Ignore:
Timestamp:
08/01/2017 05:43:47 PM (7 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
3bb415b
Parents:
ded8dfc
Message:

perl modules:
Text::BibTeX-0.81
URI-1.72 (now uses Test::Needs for testsuite).

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rded8dfc rab9e226  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "31">                   <!-- Always 2 digits -->
    4 <!ENTITY month        "07">                   <!-- Always 2 digits -->
     3<!ENTITY day          "01">                   <!-- Always 2 digits -->
     4<!ENTITY month        "08">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
    66<!ENTITY copyrightdate "2001-&year;">
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "July 31st &year;">
     9<!ENTITY releasedate  "August 1st &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/perl-modules.xml

    rded8dfc rab9e226  
    112112
    113113  <!ENTITY Text-BibTeX-download-http "http://www.cpan.org/authors/id/A/AM/AMBS/Text-BibTeX-&Text-BibTeX-version;.tar.gz">
    114   <!ENTITY Text-BibTeX-md5sum "726df421c293f4b798d19f49bebb2ed2">
     114  <!ENTITY Text-BibTeX-md5sum "a754759c80ab484c9f2b02b2fd4467c9">
    115115
    116116  <!ENTITY Text-CSV-download-http "http://www.cpan.org/authors/id/I/IS/ISHIGAKI/Text-CSV-&Text-CSV-version;.tar.gz">
     
    130130
    131131  <!ENTITY URI-download-http "http://www.cpan.org/authors/id/E/ET/ETHER/URI-&URI-version;.tar.gz">
    132   <!ENTITY URI-md5sum "247c3da29a794f72730e01aa5a715daf">
     132  <!ENTITY URI-md5sum "cd56d81ed429efaa97e7f3ff08851b48">
    133133
    134134  <!ENTITY XML-LibXML-Simple-download-http "http://cpan.org/authors/id/G/GR/GRANTM/XML-LibXML-Simple-&XML-LibXML-Simple-version;.tar.gz">
     
    636636              </listitem>
    637637              <!-- Test::Fatal is pulled in to test Dist::CheckConflicts -->
    638               <listitem><literallayout><ulink url="http://search.cpan.org/dist/Test-Needs/">Test::Needs</ulink>
    639 (http://search.cpan.org/dist/Test-Needs/)</literallayout>
     638              <listitem>
     639                <para>
     640                  <xref linkend="perl-test-needs"/>
     641                </para>
    640642              </listitem>
    641643            </itemizedlist> <!-- end of Specio deps -->
     
    19171919    </itemizedlist>
    19181920
     1921    <!-- Test::Needs is a dependency of multiple modules on this page
     1922         but it is not linked from other pages, so only give minimal details -->
     1923
     1924    <bridgehead renderas="sect3" id="perl-test-needs"
     1925    xreflabel="Test::Needs">
     1926    Test::Needs</bridgehead>
     1927
     1928    <indexterm zone="perl-modules perl-test-needs">
     1929      <primary sortas="a-Test-Needs">Test::Needs</primary>
     1930    </indexterm>
     1931
     1932    <para>The Test::Needs module skips tests when a module is not available.</para>
     1933
     1934    &lfs80_checked;
     1935
     1936    <itemizedlist>
     1937      <listitem>
     1938        <para>
     1939          <literallayout><ulink url="http://search.cpan.org/dist/Test-Needs/">Test::Needs</ulink>
     1940(http://search.cpan.org/dist/Test-Needs/)</literallayout>
     1941        </para>
     1942      </listitem>
     1943    </itemizedlist>
     1944
    19191945    <!-- Test::Requires is a dependency of multiple modules on this page
    19201946         but it is not linked from other pages, so only give minimal details -->
     
    22192245<literallayout>&URI-download-http;
    22202246MD5 sum: &URI-md5sum;</literallayout>
     2247        <itemizedlist>
     2248          <listitem>
     2249            <para>
     2250              <xref linkend="perl-test-needs"/> (for the testsuite)
     2251            </para>
     2252          </listitem>
     2253        </itemizedlist>
    22212254      </listitem>
    22222255    </itemizedlist>
  • introduction/welcome/changelog.xml

    rded8dfc rab9e226  
    4242    </listitem>
    4343-->
     44   <listitem>
     45     <para>July 31st, 2017</para>
     46     <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Update to Text::BibTeX-0.81 (perl module). Fixes
     49          <ulink url="&blfs-ticket-root;9504">#9504</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[ken] - Update to URI-1.72 (perl module). Fixes
     53          <ulink url="&blfs-ticket-root;9527">#9527</ulink>.</para>
     54        </listitem>
     55     </itemizedlist>
     56   </listitem>
     57
    4458   <listitem>
    4559     <para>July 31st, 2017</para>
  • packages.ent

    rded8dfc rab9e226  
    379379<!ENTITY Test-Command-version         "0.11">
    380380<!ENTITY Test-Differences-version     "0.64">
    381 <!ENTITY Text-BibTeX-version          "0.80">
     381<!ENTITY Text-BibTeX-version          "0.81">
    382382<!ENTITY Text-CSV-version             "1.95">
    383383<!ENTITY Text-Roman-version           "3.5">
    384384<!ENTITY Unicode-Collate-version      "1.19">
    385385<!ENTITY Unicode-LineBreak-version    "2017.004">
    386 <!ENTITY URI-version                  "1.71">
     386<!ENTITY URI-version                  "1.72">
    387387<!ENTITY XML-LibXML-Simple-version    "0.97">
    388388<!ENTITY XML-LibXSLT-version          "1.95">
Note: See TracChangeset for help on using the changeset viewer.