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.35 by root, Thu Feb 10 22:44:29 2011 UTC vs.
Revision 1.36 by root, Fri Feb 11 01:05:37 2011 UTC

139with creating binaries and bundle files. 139with creating binaries and bundle files.
140 140
141=head2 PHASE 1 COMMANDS: INSTALLING PERL 141=head2 PHASE 1 COMMANDS: INSTALLING PERL
142 142
143The most important command is F<install>, which does basically 143The most important command is F<install>, which does basically
144everything. The default is to download and install perl 5.12.2 and a few 144everything. The default is to download and install perl 5.12.3 and a few
145modules required by F<staticperl> itself, but all this can (and should) be 145modules required by F<staticperl> itself, but all this can (and should) be
146changed - see L<CONFIGURATION>, below. 146changed - see L<CONFIGURATION>, below.
147 147
148The command 148The command
149 149
825installation, you can set any environment variable you want - some modules 825installation, you can set any environment variable you want - some modules
826(such as L<Coro> or L<EV>) use environment variables for further tweaking. 826(such as L<Coro> or L<EV>) use environment variables for further tweaking.
827 827
828=item C<PERL_VERSION> 828=item C<PERL_VERSION>
829 829
830The perl version to install - default is currently C<5.12.2>, but C<5.8.9> 830The perl version to install - default is currently C<5.12.3>, but C<5.8.9>
831is also a good choice (5.8.9 is much smaller than 5.12.2, while 5.10.1 is 831is also a good choice (5.8.9 is much smaller than 5.12.3, while 5.10.1 is
832about as big as 5.12.2). 832about as big as 5.12.3).
833 833
834=item C<PERL_PREFIX> 834=item C<PERL_PREFIX>
835 835
836The prefix where perl gets installed (default: F<$STATICPERL/perl>), 836The prefix where perl gets installed (default: F<$STATICPERL/perl>),
837i.e. where the F<bin> and F<lib> subdirectories will end up. 837i.e. where the F<bin> and F<lib> subdirectories will end up.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines