Changeset 9fb63b5
- Timestamp:
- 10/12/2018 10:31:05 PM (6 years ago)
- Branches:
- perl-modules
- Children:
- c5207e4
- Parents:
- 19b67e97
- Location:
- general/prog
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/perl-deps/perl-net-ssleay.xml
r19b67e97 r9fb63b5 57 57 instructions: 58 58 59 <screen><userinput>yes | perl Makefile.PL &&59 <screen><userinput>yes '' | perl Makefile.PL && 60 60 make && 61 61 make test</userinput></screen> … … 73 73 74 74 <para> 75 <command>yes </command>: Perl will ask if you wish to run external75 <command>yes ''</command>: Perl will ask if you wish to run external 76 76 tests, which will fail if you do not have network connectivity. The 77 default i n'n', specifying this allows you to script the build.77 default is 'n', specifying this allows you to script the build. 78 78 </para> 79 79 -
general/prog/perl-modules/perl-io-socket-ssl.xml
r19b67e97 r9fb63b5 85 85 <para> 86 86 <command>yes</command>: Perl will ask if you wish to run external 87 tests, which will 'fail soft' if htere are network problems. The88 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. 89 89 </para> 90 90
Note:
See TracChangeset
for help on using the changeset viewer.