diff options
author | David Golden <dagolden@cpan.org> | 2013-05-23 16:58:20 -0400 |
---|---|---|
committer | David Golden <dagolden@cpan.org> | 2013-05-23 20:11:25 -0400 |
commit | 1dcc3c19f1c031cf741527de0a2b2e4c178e9f04 (patch) | |
tree | 6671dfcff6b3069b962df3215750bb566dafac35 /README.ce | |
parent | f5bfcfd8f19e8103e4fff44523de3ca4d7c7a8f0 (diff) | |
download | perl-1dcc3c19f1c031cf741527de0a2b2e4c178e9f04.tar.gz |
fix various Pod line length warnings
Diffstat (limited to 'README.ce')
-rw-r--r-- | README.ce | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -120,8 +120,10 @@ has proper "MACHINE" parameter set, to, say, C<wince-mips-pocket-wce300>. compile.bat compile.bat dist - compile.bat CROSS_NAME=mips-wce300-thr "USE_ITHREADS=define" "USE_IMP_SYS=define" "USE_MULTI=define" - compile.bat CROSS_NAME=mips-wce300-thr "USE_ITHREADS=define" "USE_IMP_SYS=define" "USE_MULTI=define" dist + compile.bat CROSS_NAME=mips-wce300-thr "USE_ITHREADS=define" ^ + "USE_IMP_SYS=define" "USE_MULTI=define" + compile.bat CROSS_NAME=mips-wce300-thr "USE_ITHREADS=define" ^ + "USE_IMP_SYS=define" "USE_MULTI=define" dist If all goes okay and no errors during a build, you'll get two independent distributions: C<wince-mips-pocket-wce300> and C<mips-wce300-thr>. |