Changeset de017e93 for general/prog


Ignore:
Timestamp:
08/20/2024 05:03:13 PM (4 weeks ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.2, lazarus, trunk
Children:
f4734425
Parents:
f3b2a94
Message:

IO-Socket-SSL: minor style and text tweaks, and document a test failure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/perl-modules/perl-io-socket-ssl.xml

    rf3b2a94 rde017e93  
    6666        This module uses a variant of the standard build and installation
    6767        instructions:
     68      </para>
    6869
    6970<screen><userinput>yes | perl Makefile.PL &amp;&amp;
    70 make             &amp;&amp;
     71make                   &amp;&amp;
    7172make test</userinput></screen>
    7273
    73         Now, as the <systemitem class="username">root</systemitem> user:
     74       <para>
     75         One test, <filename>Client non-SSL connection</filename>, is known to
     76         fail.
     77       </para>
     78
     79       <para>
     80         Now, as the <systemitem class="username">root</systemitem> user:
     81       </para>
    7482
    7583<screen role="root"><userinput>make install</userinput></screen>
    76 
    77       </para>
    7884
    7985    </sect3>
     
    8591        <command>yes</command>: Perl will ask if you wish to run external
    8692        tests, which will 'fail soft' if there are network problems. The
    87         default is 'y', this allows you to script the build.
     93        default is 'y', which will allow you to script the build.
    8894      </para>
    8995
Note: See TracChangeset for help on using the changeset viewer.