Ignore:
Timestamp:
10/30/2018 01:09:48 AM (5 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
056f88e
Parents:
13a9b259
Message:

perl modules branch: Add DateTime::Format::Builder and its dependencies, also s/Date::Time/DateTime/ for the dependency name.

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

File:
1 edited

Legend:

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

    r13a9b259 r9b31ea6  
    2222  <sect2 role="package">
    2323    <title>Introduction to Perl Modules</title>
     24
     25 <!-- note for editors:
     26      When testing the dependencies for a new/updated module, it is possible
     27      to build the dependencies in a directory, then do DESTDIR installs.
     28      For packages using Module::Build, supply \-\-destdir= (lower case!)
     29      AFTER the command.  Repeat as necessary.  At any one time, ALL deps for
     30      the module being tested need to be in the same DESTDIR - it may be
     31      convenient to copy the contents, e.g.
     32 cp -av MODULEA/usr/lib/perl5/site_perl/5.xx.y/* BATCH1/usr/lib/perl5/site_perl/5.xx.y/
     33
     34      And then to use these deps (plus what is already installed),
     35      export PERL5LIB=/ab/path/to/BATCH1/usr/lib/perl5/site_perl/5.xx.y
     36
     37      Please be aware that not all non-core prerequisite deps are necessarily
     38      needed.  If 'use Foo::Bar' appears in one of the main files in lib/ or blib/
     39      it is assumed to be needed.  But if it only gets used in tests (t/) then
     40      please try without it to see if the tests can still pass. -->
    2441
    2542    <para>
     
    127144      <listitem>
    128145        <para>
     146          <xref linkend="new-perl-datetime-format-builder"/>
     147        </para>
     148      </listitem>
     149      <listitem>
     150        <para>
    129151          <xref linkend="new-perl-encode-eucjpascii"/>
    130152        </para>
     
    331353
    332354  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     355    href="perl-modules/perl-datetime-format-builder.xml"/>
     356
     357  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    333358    href="perl-modules/perl-encode-eucjpascii.xml"/>
    334359
Note: See TracChangeset for help on using the changeset viewer.