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.30 by root, Wed Dec 22 03:19:54 2010 UTC vs.
Revision 1.31 by root, Thu Dec 23 14:16:25 2010 UTC

1203 do 1203 do
1204 PERL_CONFIGURE="$PERL_CONFIGURE -U$sym" 1204 PERL_CONFIGURE="$PERL_CONFIGURE -U$sym"
1205 done 1205 done
1206 } 1206 }
1207 1207
1208This mostly gains space when linking staticaly, as the functions will 1208This mostly gains space when linking statically, as the functions will
1209likely not be linked in. The gain for dynamically-linked binaries is 1209likely not be linked in. The gain for dynamically-linked binaries is
1210smaller. 1210smaller.
1211 1211
1212Also, this leaves C<gethostbyname> in - not only is it actually used 1212Also, this leaves C<gethostbyname> in - not only is it actually used
1213often, the L<Socket> module also exposes it, so leaving it out usually 1213often, the L<Socket> module also exposes it, so leaving it out usually

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines