Changeset 19b67e97


Ignore:
Timestamp:
10/11/2018 10:23:39 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
9fb63b5
Parents:
fc0b749
Message:

perl modules branch: Try to clarify which deps previously noted are only for the testsuites. Also remove lingering text about the different ways of installing modules, only the cpan method is separately described.

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

Location:
general/prog
Files:
9 edited

Legend:

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

    rfc0b749 r19b67e97  
    3434    <para>
    3535      Modules utilized by packages throughout BLFS are listed here, along with
    36       their dependencies.  The various ways of building and installing perl
    37       modules are shown at the bottom of this page.
     36      their dependencies.
    3837    </para>
    3938
     
    5857    <para>
    5958      It is possible to automatically install the current versions of a module and
    60       any missing or too-old dependencies using CPAN. See the end of this page for
     59      all missing or too-old dependencies using CPAN. See the end of this page for
    6160      details.
    6261    </para>
  • general/prog/perl-deps/perl-dist-checkconflicts.xml

    rfc0b749 r19b67e97  
    4747      <bridgehead renderas="sect5">Required</bridgehead>
    4848      <para role="required">
    49         <xref linkend="new-perl-module-runtime"/>,
     49        <xref linkend="new-perl-module-runtime"/>, also
    5050        <xref linkend="new-perl-test-fatal"/> (for the testsuite)
    5151      </para>
  • general/prog/perl-deps/perl-http-message.xml

    rfc0b749 r19b67e97  
    4949        <xref linkend="perl-io-html"/>,
    5050        <xref linkend="perl-lwp-mediatypes"/>,
    51         <xref linkend="new-perl-uri"/>, and
     51        <xref linkend="new-perl-uri"/>, also
    5252        <xref linkend="new-perl-try-tiny"/> (for the testsuite)
    5353      </para>
  • general/prog/perl-deps/perl-list-someutils-xs.xml

    rfc0b749 r19b67e97  
    4848      <para role="required">
    4949        <xref linkend="new-perl-test-leaktrace"/>,
    50         <xref linkend="new-perl-test-warnings"/>
     50        <xref linkend="new-perl-test-warnings"/> (both for the testsuite)
    5151      </para>
    5252
  • general/prog/perl-deps/perl-module-implementation.xml

    rfc0b749 r19b67e97  
    4949      <para role="required">
    5050        <xref linkend="new-perl-module-runtime"/>,
    51         <xref linkend="new-perl-test-fatal"/> (for the testsuite),
    52         <xref linkend="new-perl-test-requires"/> (for the testsuite),
    53         <xref linkend="new-perl-try-tiny"/>
     51        <xref linkend="new-perl-try-tiny"/>, also
     52        <xref linkend="new-perl-test-fatal"/> and
     53        <xref linkend="new-perl-test-requires"/> (both for the testsuite),
    5454      </para>
    5555
  • general/prog/perl-deps/perl-package-stash.xml

    rfc0b749 r19b67e97  
    5050        <xref linkend="new-perl-dist-checkconflicts"/>,
    5151        <xref linkend="new-perl-module-implementation"/>,
    52         ( both
     52        also
    5353        <xref linkend="new-perl-test-fatal"/> and
    54         <xref linkend="new-perl-test-requires"/> for the testsuite )
     54        <xref linkend="new-perl-test-requires"/> ( both for the testsuite )
    5555      </para>
    5656
  • general/prog/perl-deps/perl-test-mockmodule.xml

    rfc0b749 r19b67e97  
    4848      <para role="required">
    4949        <xref linkend="new-perl-module-build"/>,
    50         <xref linkend="perl-super"/>, and
     50        <xref linkend="perl-super"/>, also
    5151        <xref linkend="new-perl-test-warnings"/> (for the testsuite)
    5252      </para>
  • general/prog/perl-modules/perl-file-slurper.xml

    rfc0b749 r19b67e97  
    4646      <bridgehead renderas="sect5">Required</bridgehead>
    4747      <para role="required">
    48         <xref linkend="new-perl-test-warnings"/>
     48        <xref linkend="new-perl-test-warnings"/> ( for the testsuite )
    4949      </para>
    5050
  • general/prog/perl-modules/perl-unicode-linebreak.xml

    rfc0b749 r19b67e97  
    4646      <bridgehead renderas="sect5">Required</bridgehead>
    4747      <para role="required">
    48         <xref linkend="perl-mime-charset"/> and
     48        <xref linkend="perl-mime-charset"/>, also
    4949        <xref linkend="wget"/> (to download two files from unicode.org in the
    5050        testsuite)
Note: See TracChangeset for help on using the changeset viewer.