Ignore:
Timestamp:
11/04/2018 11:51:19 PM (5 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
820a712
Parents:
7188483c
Message:

perl modules branch: Specify that the dependencies should be built in alphabetical order (dependencies of an earlier dependency of a package are not listed for the package), and if testing all tests for a module and its dependencies should be run (i.e. deps such as Test::Fatal are not listed for a module if already listed for one of its dependencies). Clean up dependencies in the DateTime area to match this pattern.

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

Location:
general/prog/perl-deps
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/prog/perl-deps/perl-datetime-format-strptime.xml

    r7188483c r65fb5c2  
    5050        <!-- This pulls in perl-datetime-locale, perl-datetime-timezone,
    5151             perl-params-validationcompiler, perl-specio and perl-try-tiny -->
    52         <xref linkend="new-perl-package-deprecationmanager"/>, also
    53         <xref linkend="new-perl-test-fatal"/>,
    54         <xref linkend="new-perl-test-warnings"/> (both for the testsuite)
     52        <xref linkend="new-perl-package-deprecationmanager"/>
     53        <!-- if running testsuites, perl-package-deprecationmanager  pulls
     54             in perl-test-fatal and perl-test-warnings which this one needs
     55             for its testsuite -->
    5556      </para>
    5657
  • general/prog/perl-deps/perl-datetime.xml

    r7188483c r65fb5c2  
    4747      <para role="required">
    4848        <xref linkend="new-perl-datetime-locale"/>,
    49         <xref linkend="new-perl-datetime-timezone"/>,
    50         <xref linkend="new-perl-namespace-autoclean"/> and
    51         <xref linkend="new-perl-params-validationcompiler"/>, also
     49        <!-- perl-datetime-locale pulls in perl-namespace-autoclean -->
     50        <xref linkend="new-perl-datetime-timezone"/>, also
     51        <!-- perl-params-validation-compiler is pulled in by both
     52             perl-datetime-locale and perl-datetime-timezone -->
    5253        <!-- perl-params-validationcompiler pulls in perl-specio -->
    5354        <xref linkend="new-perl-cpan-meta-check"/>,
  • general/prog/perl-deps/perl-namespace-autoclean.xml

    r7188483c r65fb5c2  
    5151        <xref linkend="new-perl-namespace-clean"/>,
    5252        <!-- namespace-clean pulls in b-hooks-endofscope which this requires -->
    53         <xref linkend="new-perl-sub-identify"/>, also
    54         <xref linkend="new-perl-test-requires"/> (for the testsuite)
     53        <xref linkend="new-perl-sub-identify"/>
     54        <!-- for the testsuite, test-requires is pulled in via b-hooks-endofscope
     55          which pulls in module-implementation -->
    5556      </para>
    5657
  • general/prog/perl-deps/perl-params-validationcompiler.xml

    r7188483c r65fb5c2  
    5151        <xref linkend="new-perl-specio"/>; also
    5252        <xref linkend="new-perl-test-without-module"/>,
    53         <xref linkend="new-perl-test2-plugin-nowarnings"/>, and
    54         <!-- test2-suite provides Test2::Vo -->
    55         <xref linkend="new-perl-test2-suite"/> (all three for the testsuite)
     53        <xref linkend="new-perl-test2-plugin-nowarnings"/> (both for the testsuite)
     54        <!-- test2-suite provides Test2::Vo and is pulled in by test2-plugin-nowarnings -->
    5655      </para>
    5756
Note: See TracChangeset for help on using the changeset viewer.