Changeset bc784a2


Ignore:
Timestamp:
09/15/2018 02:36:00 AM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
14a6ad3a
Parents:
d48dfaf4
Message:

perl modules branch: Next batch of modules. In particular, drop the no-longer-used IPv6 deps from Try::Tiny and update the runtime depen dency for URI to HTTP::Message.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/perl-modules@20500 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
12 added
11 edited

Legend:

Unmodified
Added
Removed
  • general/prog/new-perl-modules.xml

    rd48dfaf4 rbc784a2  
    5757
    5858    <para>
    59       It is possible to automatically install the current version of a module and
     59      It is possible to automatically install the current versions of a module and
    6060      any missing or too-old dependencies using CPAN. See the end of this page for
    6161      details.
     
    104104      <listitem>
    105105        <para>
     106          <xref linkend="new-perl-html-parser"/>
     107        </para>
     108      </listitem>
     109      <listitem>
     110        <para>
    106111          <xref linkend="new-perl-module-build"/>
     112        </para>
     113      </listitem>
     114      <listitem>
     115        <para>
     116          <xref linkend="new-perl-net-dns"/>
    107117        </para>
    108118      </listitem>
     
    114124      <listitem>
    115125        <para>
     126          <xref linkend="new-perl-test-command"/>
     127        </para>
     128      </listitem>
     129      <listitem>
     130        <para>
    116131          <xref linkend="new-perl-text-bibtex"/>
     132        </para>
     133      </listitem>
     134      <listitem>
     135        <para>
     136          <xref linkend="new-perl-uri"/>
    117137        </para>
    118138      </listitem>
     
    145165
    146166  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     167    href="perl-modules/perl-html-parser.xml"/>
     168
     169  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    147170    href="perl-modules/perl-module-build.xml"/>
     171
     172  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     173    href="perl-modules/perl-net-dns.xml"/>
    148174
    149175  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    151177
    152178  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     179    href="perl-modules/perl-test-command.xml"/>
     180
     181  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    153182    href="perl-modules/perl-text-bibtex.xml"/>
     183
     184  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     185    href="perl-modules/perl-uri.xml"/>
    154186
    155187  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • general/prog/perl-alternatives.xml

    rd48dfaf4 rbc784a2  
    2424        There is an alternate way of installing the modules using the
    2525        <command>cpan</command> shell <command>install</command> command. The
    26         command automatically downloads the latest source from the CPAN archive,
    27         extracts it, then runs the compilation, testing and installation
    28         commands mentioned above.
     26        command automatically downloads the latest source from the CPAN archive
     27        for the module and any missing prerequisite modules listed by upstream.
     28        Then for each module it extracts it, runs the compilation, the tests and
     29        installs it.
    2930      </para>
    3031
  • general/prog/perl-deps.xml

    rd48dfaf4 rbc784a2  
    8383      <listitem>
    8484        <para>
     85          <xref linkend="perl-http-date"/>
     86        </para>
     87      </listitem>
     88      <listitem>
     89        <para>
     90          <xref linkend="perl-http-message"/>
     91        </para>
     92      </listitem>
     93      <listitem>
     94        <para>
     95          <xref linkend="perl-html-tagset"/>
     96        </para>
     97      </listitem>
     98      <listitem>
     99        <para>
     100          <xref linkend="perl-io-html"/>
     101        </para>
     102      </listitem>
     103      <listitem>
     104        <para>
     105          <xref linkend="perl-lwp-mediatypes"/>
     106        </para>
     107      </listitem>
     108      <listitem>
     109        <para>
    85110          <xref linkend="new-perl-sub-identify"/>
    86111        </para>
     
    88113      <listitem>
    89114        <para>
     115          <xref linkend="perl-sub-name"/>
     116        </para>
     117      </listitem>
     118      <listitem>
     119        <para>
    90120          <xref linkend="perl-super"/>
    91121        </para>
     
    98128      <listitem>
    99129        <para>
     130          <xref linkend="new-perl-test-needs"/>
     131        </para>
     132      </listitem>
     133      <listitem>
     134        <para>
    100135          <xref linkend="new-perl-test-warnings"/>
     136        </para>
     137      </listitem>
     138      <listitem>
     139        <para>
     140          <xref linkend="new-perl-try-tiny"/>
    101141        </para>
    102142      </listitem>
     
    134174
    135175  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     176    href="perl-deps/perl-http-date.xml"/>
     177
     178  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     179    href="perl-deps/perl-http-message.xml"/>
     180
     181  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     182    href="perl-deps/perl-html-tagset.xml"/>
     183
     184  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     185    href="perl-deps/perl-io-html.xml"/>
     186
     187  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     188    href="perl-deps/perl-lwp-mediatypes.xml"/>
     189
     190  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    136191    href="perl-deps/perl-sub-identify.xml"/>
    137192
    138193  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     194    href="perl-deps/perl-sub-name.xml"/>
     195
     196  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    139197    href="perl-deps/perl-super.xml"/>
    140198
     
    143201
    144202  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     203    href="perl-deps/perl-test-needs.xml"/>
     204
     205  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    145206    href="perl-deps/perl-test-warnings.xml"/>
    146207
    147208  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     209    href="perl-deps/perl-try-tiny.xml"/>
     210
     211  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    148212    href="perl-deps/perl-xml-namespacesupport.xml"/>
    149213
  • general/prog/perl-modules/perl-module-build.xml

    rd48dfaf4 rbc784a2  
    6060    </sect3>
    6161
     62    <sect3 role="content">
     63      <title>Contents</title>
     64
     65      <segmentedlist>
     66        <segtitle>Installed Programs</segtitle>
     67
     68        <seglistitem>
     69          <seg>
     70            config_data
     71          </seg>
     72        </seglistitem>
     73      </segmentedlist>
     74
     75      <variablelist>
     76        <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     77        <?dbfo list-presentation="list"?>
     78        <?dbhtml list-presentation="table"?>
     79
     80        <varlistentry id="config-data-prog">
     81          <term><command>config_data</command></term>
     82          <listitem>
     83            <para>
     84              is used to query or change the configuration of perl modules.
     85            </para>
     86            <indexterm zone="new-perl-module-build config-data-prog">
     87              <primary sortas="b-config-data">config_data</primary>
     88            </indexterm>
     89          </listitem>
     90        </varlistentry>
     91
     92      </variablelist>
     93
     94    </sect3>
     95
    6296  </sect2>
  • kde/kf5/kf5-frameworks.xml

    rd48dfaf4 rbc784a2  
    7878    <xref linkend="phonon"/>,
    7979    <xref linkend="shared-mime-info"/>,
    80     <xref linkend="perl-uri"/>, and
     80    <xref linkend="new-perl-uri"/>, and
    8181    <xref linkend="wget"/> (required to download the packages)
    8282  </para>
  • packages.ent

    rd48dfaf4 rbc784a2  
    359359<!ENTITY python3-majorver             "3.7">
    360360
    361 <!-- Perl module versions used in the Perl Modules instructions -->
     361<!-- Perl module versions used in the Perl Modules instructions
     362     Please read the Changes file before updating - module      -->
    362363<!ENTITY autovivification-version     "0.18">
    363364<!ENTITY Archive-Zip-version          "1.63">
     
    413414<!ENTITY Config-AutoConf-version      "0.317">
    414415<!ENTITY ExtUtils-LibBuilder-version  "0.06">
     416<!ENTITY HTTP-Date-version            "6.02">
     417<!ENTITY HTTP-Message-version         "6.18">
     418<!ENTITY HTML-Tagset-version          "3.20">
     419<!ENTITY IO-HTML-version              "1.001">
     420<!ENTITY LWP-MediaTypes-version       "6.02">
    415421<!ENTITY Sub-Identify-version         "0.14">
     422<!ENTITY Sub-Name-version             "0.21">
    416423<!ENTITY SUPER-version                "1.20141117">
    417424<!ENTITY Test-MockModule-version      "0.15">
     425<!ENTITY Test-Needs-version           "0.002005">
    418426<!ENTITY Test-Warnings-version        "0.026">
     427<!ENTITY Try-Tiny-version             "0.30">
    419428<!ENTITY XML-NamespaceSupport-version "1.12">
    420429<!ENTITY XML-SAX-Base-version         "1.09">
  • server/major/bind.xml

    rd48dfaf4 rbc784a2  
    9393    <bridgehead renderas="sect4">Optional (to run the test suite)</bridgehead>
    9494    <para role="optional">
    95       <xref linkend="perl-net-dns"/>
     95      <xref linkend="new-perl-net-dns"/>
    9696<!-- and
    9797      <xref linkend="net-tools"/> (you may omit net-tools by using the optional
  • template/template-perl-module.xml

    rd48dfaf4 rbc784a2  
    1212  <!ENTITY my-download-http "&metacpan_authors;/X/XY/XYZZY/Fu-Bar-&Fu-Bar-version;.tar.gz">
    1313 <!-- only one of the above choices -->
    14   <!ENTITY my-md5sum "eff0352d6de29a8d4d61efcc7774186c">
     14  <!ENTITY my-md5sum "fix-me-please-editor-0cc7774186c">
    1515
    1616]>
  • xfce/core/exo.xml

    rd48dfaf4 rbc784a2  
    8080      <xref linkend="libxfce4ui"/>,
    8181      <xref linkend="libxfce4util"/> and
    82       <xref linkend="perl-uri"/>
     82      <xref linkend="new-perl-uri"/>
    8383    </para>
    8484
  • xfce/core/libxfce4ui.xml

    rd48dfaf4 rbc784a2  
    9191    <para role="optional">
    9292      <xref linkend="gtk-doc"/>,
    93       <xref linkend="perl-html-parser"/>, and
     93      <xref linkend="new-perl-html-parser"/>, and
    9494      <ulink url="https://glade.gnome.org/">Glade</ulink>
    9595    </para>
  • xsoft/other/feh.xml

    rd48dfaf4 rbc784a2  
    127127    <bridgehead renderas="sect4">Optional (test suite)</bridgehead>
    128128    <para role="optional">
    129       <xref linkend="perl-test-command"/> (required)
     129      <xref linkend="new-perl-test-command"/> (required)
    130130    </para>
    131131
Note: See TracChangeset for help on using the changeset viewer.