Changeset 9fb63b5


Ignore:
Timestamp:
10/12/2018 10:31:05 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
c5207e4
Parents:
19b67e97
Message:

perl modules branch: Fix r20597 - Pierre queried this, but for some reason I overlooked his post, and only found it a little while ago when searching for something else.

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

Location:
general/prog
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/perl-deps/perl-net-ssleay.xml

    r19b67e97 r9fb63b5  
    5757        instructions:
    5858
    59 <screen><userinput>yes | perl Makefile.PL &amp;&amp;
     59<screen><userinput>yes '' | perl Makefile.PL &amp;&amp;
    6060make             &amp;&amp;
    6161make test</userinput></screen>
     
    7373
    7474      <para>
    75         <command>yes</command>: Perl will ask if you wish to run external
     75        <command>yes ''</command>: Perl will ask if you wish to run external
    7676        tests, which will fail if you do not have network connectivity. The
    77         default in 'n', specifying this allows you to script the build.
     77        default is 'n', specifying this allows you to script the build.
    7878      </para>
    7979
  • general/prog/perl-modules/perl-io-socket-ssl.xml

    r19b67e97 r9fb63b5  
    8585      <para>
    8686        <command>yes</command>: Perl will ask if you wish to run external
    87         tests, which will 'fail soft' if htere are network problems. The
    88         default is 'n', this allows you to script the build.
     87        tests, which will 'fail soft' if there are network problems. The
     88        default is 'y', this allows you to script the build.
    8989      </para>
    9090
Note: See TracChangeset for help on using the changeset viewer.