Changeset e305bb90


Ignore:
Timestamp:
09/08/2018 01:23:57 AM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
a572154e
Parents:
59e19f73
Message:

New branch for testing changes to perl modules.

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

Files:
16 added
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r59e19f73 re305bb90  
    4949<!ENTITY mozilla-http         "https://archive.mozilla.org/pub">
    5050<!ENTITY mozilla-hg           "https://hg.mozilla.org/releases/mozilla-release/archive/">
     51<!ENTITY perl_authors         "https://www.cpan.org/authors">
     52<!ENTITY metacpan_authors     "https://cpan.metacpan.org/authors/id/">
    5153<!ENTITY pymodules-dl         "https://files.pythonhosted.org/packages/source">
    5254<!ENTITY sourceforge-dl       "https://downloads.sourceforge.net">
  • general/prog/perl-modules.xml

    r59e19f73 re305bb90  
    77  %general-entities;
    88
    9   <!ENTITY perl_authors "https://www.cpan.org/authors">
     9<!-- moved to general.ent
     10  <!ENTITY perl_authors "https://www.cpan.org/authors">-->
    1011
    1112  <!ENTITY Archive-Zip-download-http "&perl_authors;/id/P/PH/PHRED/Archive-Zip-&Archive-Zip-version;.tar.gz">
     
    186187  </sect1info>
    187188
    188   <title>Perl Modules</title>
     189  <title>Perl Modules (old page)</title>
    189190
    190191  <indexterm zone="perl-modules">
  • general/prog/prog.xml

    r59e19f73 re305bb90  
    4848  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ninja.xml"/>
    4949  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="npapi-sdk.xml"/>
     50  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="new-perl-modules.xml"/>
     51  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="perl-deps.xml"/>
    5052  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="perl-modules.xml"/>
    5153  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="php.xml"/>
  • packages.ent

    r59e19f73 re305bb90  
    407407<!ENTITY XML-Writer-version           "0.625">
    408408
     409<!-- perl modules which are only in the book as deps of other modules
     410    DO NOT RUN DAILY TESTS FOR NEWER VERSIONS -->
     411<!ENTITY Capture-Tiny-version         "0.48">
     412<!ENTITY Config-AutoConf-version      "0.317">
     413<!ENTITY ExtUtils-LibBuilder-version  "0.06">
     414<!ENTITY Sub-Identify-version         "0.14">
     415<!ENTITY SUPER-version                "1.20141117">
     416<!ENTITY Test-MockModule-version      "0.15">
     417<!ENTITY Test-Warnings-version        "0.026">
     418
    409419<!-- Python module versions used in the Python Modules instructions -->
    410420<!ENTITY Beaker-version               "1.10.0">
  • pst/typesetting/biber.xml

    r59e19f73 re305bb90  
    106106      difference seems moot.  Those two are needed to build Text::BibTeX
    107107      so not listed separately. -->
    108       <xref linkend="perl-autovivification"/>
     108      <xref linkend="new-perl-autovivification"/>
    109109      <xref linkend="perl-business-isbn"/>
    110110      <xref linkend="perl-business-ismn"/>
    111       <xref linkend="perl-business-issn"/>
     111      <xref linkend="new-perl-business-issn"/>
    112112      <xref linkend="perl-class-accessor"/>
    113113      <xref linkend="perl-data-compare"/>
     
    137137      <!-- Module::Build is pulled in by perl-text-bibtex, but mention it explicitly
    138138      so that the note on automatically installing missing dependencies can be run -->
    139       <xref linkend="perl-module-build"/>
     139      <xref linkend="new-perl-module-build"/>
    140140      <!-- Mozilla::CA is a dependency of LWP-Protocol-https -->
    141141      <xref linkend="perl-perlio-utf8_strict"/>
    142142      <xref linkend="perl-regexp-common"/>
    143143      <xref linkend="perl-sort-key"/>
    144       <xref linkend="perl-text-bibtex"/>
     144      <xref linkend="new-perl-text-bibtex"/>
    145145      <xref linkend="perl-text-csv"/>
    146146      <!-- Text-CSV_XS is a recommended dependency for Text-CSV -->
     
    174174      <para>
    175175        It is possible to install all missing dependencies automatically.
     176<!-- Module::Build can now be built using perl Makefile.PL, so does not need to
     177     be installed in advance
    176178        But from <application>perl-5.22.0</application> onwards,
    177179        <xref linkend="perl-module-build"/> is no longer part of the core perl
    178         distribution.  And for <xref linkend="perl-data-uniqid"/> we have to
     180        distribution.  And for -->
     181                          For  <xref linkend="perl-data-uniqid"/> we have to
    179182        patch it to skip over a test which always fails - that failing test may
    180183        break the automatic install.  To automatically install the remaining perl
  • xsoft/office/libreoffice.xml

    r59e19f73 re305bb90  
    156156    <bridgehead renderas="sect4">Required</bridgehead>
    157157    <para role="required">
    158       <xref linkend="perl-archive-zip"/>,
     158      <xref linkend="new-perl-archive-zip"/>,
    159159      <xref linkend="unzip"/>,
    160160      <xref linkend="wget"/>,
Note: See TracChangeset for help on using the changeset viewer.