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.42 by root, Fri Jun 24 18:26:08 2011 UTC vs.
Revision 1.43 by root, Sun Jun 26 17:26:52 2011 UTC

882=item C<STATICPERL> 882=item C<STATICPERL>
883 883
884The directory where staticperl stores all its files 884The directory where staticperl stores all its files
885(default: F<~/.staticperl>). 885(default: F<~/.staticperl>).
886 886
887=item C<DLCACHE>
888
889The path to a directory (will be created if it doesn't exist) where
890downloaded perl sources are being cached, to avoid downloading them
891again. The default is empty, which means there is no cache.
892
893=item C<PERL_VERSION>
894
895The perl version to install - default is currently C<5.12.3>, but C<5.8.9>
896is also a good choice (5.8.9 is much smaller than 5.12.3, while 5.10.1 is
897about as big as 5.12.3).
898
887=item C<PERL_MM_USE_DEFAULT>, C<EV_EXTRA_DEFS>, ... 899=item C<PERL_MM_USE_DEFAULT>, C<EV_EXTRA_DEFS>, ...
888 900
889Usually set to C<1> to make modules "less inquisitive" during their 901Usually set to C<1> to make modules "less inquisitive" during their
890installation, you can set any environment variable you want - some modules 902installation, you can set any environment variable you want - some modules
891(such as L<Coro> or L<EV>) use environment variables for further tweaking. 903(such as L<Coro> or L<EV>) use environment variables for further tweaking.
892
893=item C<PERL_VERSION>
894
895The perl version to install - default is currently C<5.12.3>, but C<5.8.9>
896is also a good choice (5.8.9 is much smaller than 5.12.3, while 5.10.1 is
897about as big as 5.12.3).
898 904
899=item C<PERL_PREFIX> 905=item C<PERL_PREFIX>
900 906
901The prefix where perl gets installed (default: F<$STATICPERL/perl>), 907The prefix where perl gets installed (default: F<$STATICPERL/perl>),
902i.e. where the F<bin> and F<lib> subdirectories will end up. 908i.e. where the F<bin> and F<lib> subdirectories will end up.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines