Changeset c93f431
- Timestamp:
- 09/28/2018 04:43:17 AM (5 years ago)
- Branches:
- perl-modules
- Children:
- 9a774ed1
- Parents:
- 8857a6c
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/perl-deps/perl-net-ssleay.xml
r8857a6c rc93f431 48 48 49 49 <para> 50 If you are scripting, you will wish to prefix 'perl Makefile.PL' with 51 'yes "" | ' since some user input is sought. 50 This module uses a variant of the standard build and installation 51 instructions: 52 53 <screen><userinput>yes 'n' perl Makefile.PL && 54 make && 55 make test</userinput></screen> 56 57 Now, as the <systemitem class="username">root</systemitem> user: 58 59 <screen role="root"><userinput>make install</userinput></screen> 60 61 </para> 62 63 </sect3> 64 65 <sect3 role="commands"> 66 <title>Command Explanations</title> 67 68 <para> 69 <command>yes 'n'</command>: Perl will ask if you wish to run external 70 tests, which will fail if you do not have network connectivity. The 71 default in 'n', specifying the response allows you to script the build. 52 72 </para> 53 54 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"55 href="../../../xincludes/perl-standard-install.xml"/>56 73 57 74 </sect3> -
general/prog/perl-deps/perl-xml-sax.xml
r8857a6c rc93f431 58 58 <title>Installation of XML::SAX</title> 59 59 60 <para>61 This module asks if you wish to allow it to alter ParserDetails.ini.62 If you are scripting, you will wish to change 'make' to 'yes | make'.63 60 <!-- claimed to not support parallel building, but all it does is 64 61 copy a few files, works with -j4 although running parallel builds 65 62 on modules is usually not beneficial : Ken --> 63 64 <para> 65 This module uses a variant of the standard build and installation 66 instructions: 67 68 <screen><userinput>yes | perl Makefile.PL && 69 make && 70 make test</userinput></screen> 71 72 Now, as the <systemitem class="username">root</systemitem> user: 73 74 <screen role="root"><userinput>make install</userinput></screen> 75 66 76 </para> 67 77 68 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 69 href="../../../xincludes/perl-standard-install.xml"/> 78 </sect3> 79 80 <sect3 role="commands"> 81 <title>Command Explanations</title> 82 83 <para> 84 <command>yes</command>: Perl will ask if you want it to alter 85 ParserDetails.ini and then wait for a response. The default is 86 'y'. Using 'yes' allows you to script this. 87 </para> 70 88 71 89 </sect3> -
introduction/welcome/changelog.xml
r8857a6c rc93f431 44 44 45 45 <listitem> 46 <para>September 2 9th, 2018</para>46 <para>September 27th, 2018</para> 47 47 <itemizedlist> 48 48 <listitem> -
template/template-perl-module.xml
r8857a6c rc93f431 75 75 href="../../../xincludes/perl-build-install.xml"/> 76 76 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 77 91 </sect3> 78 92
Note:
See TracChangeset
for help on using the changeset viewer.