ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/App-Staticperl/staticperl.pod
(Generate patch)

Comparing App-Staticperl/staticperl.pod (file contents):
Revision 1.59 by root, Mon Jul 6 23:33:15 2015 UTC vs.
Revision 1.60 by root, Fri Oct 16 01:52:08 2015 UTC

909downloaded perl sources are being cached, to avoid downloading them 909downloaded perl sources are being cached, to avoid downloading them
910again. The default is empty, which means there is no cache. 910again. The default is empty, which means there is no cache.
911 911
912=item C<PERL_VERSION> 912=item C<PERL_VERSION>
913 913
914The perl version to install - default is currently C<5.12.3>, but C<5.8.9> 914The perl version to install - C<5.12.5> is a good choice for small builds,
915is also a good choice (5.8.9 is much smaller than 5.12.3, while 5.10.1 is 915but C<5.8.9> is also a good choice (5.8.9 is much smaller than 5.12.5), if
916about as big as 5.12.3). 916it builds on your system.
917
918You can also set this variable to the full URL of a tarball (F<.tar>,
919F<.tar.gz>, F<.tar.bz2>, F<.tar.lzma> or F<.tar.xz>).
920
921The default is currently
922F<http://stableperl.schmorp.de/dist/latest.tar.gz>, i.e. the latest
923stableperl release.
917 924
918=item C<PERL_MM_USE_DEFAULT>, C<EV_EXTRA_DEFS>, ... 925=item C<PERL_MM_USE_DEFAULT>, C<EV_EXTRA_DEFS>, ...
919 926
920Usually set to C<1> to make modules "less inquisitive" during their 927Usually set to C<1> to make modules "less inquisitive" during their
921installation. You can set (and export!) any environment variable you want 928installation. You can set (and export!) any environment variable you want

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines