Ignore:
Timestamp:
09/28/2018 04:43:17 AM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
9a774ed1
Parents:
8857a6c
Message:

perl modules branch: If a module requires a variation of the install for scripting, such as using yes, hardcode the installation instructions and provide a command explanation.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • template/template-perl-module.xml

    r8857a6c rc93f431  
    7575                  href="../../../xincludes/perl-build-install.xml"/>
    7676
     77<!-- Exceptionally, if a scripted build requires a value to be passed to 'yes',
     78  copy the xinclude inline and add the command explanation -->
     79    </sect3>
     80
     81    <!-- only include a command explanation if yes or similar is needed in
     82       scripting -->
     83    <sect3 role="commands">
     84      <title>Command Explanations</title>
     85
     86      <para>
     87        <command>yes 'n'</command>: Perl will ask if you wish to do ...
     88        and will wait for a response. Using 'yes' allows you to script this.
     89      </para>
     90
    7791    </sect3>
    7892
Note: See TracChangeset for help on using the changeset viewer.