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

Comparing App-Staticperl/README (file contents):
Revision 1.10 by root, Wed Dec 22 01:23:37 2010 UTC vs.
Revision 1.11 by root, Wed Jan 12 03:35:40 2011 UTC

984 handling for those files), so including them on demand by your 984 handling for those files), so including them on demand by your
985 application only might pay off. 985 application only might pay off.
986 986
987 To simply include the whole unicode database, use: 987 To simply include the whole unicode database, use:
988 988
989 --incglob '/unicore/*.pl' 989 --incglob '/unicore/**.pl'
990 990
991 AnyEvent 991 AnyEvent
992 AnyEvent needs a backend implementation that it will load in a 992 AnyEvent needs a backend implementation that it will load in a
993 delayed fashion. The AnyEvent::Impl::Perl backend is the default 993 delayed fashion. The AnyEvent::Impl::Perl backend is the default
994 choice for AnyEvent if it can't find anything else, and is usually a 994 choice for AnyEvent if it can't find anything else, and is usually a
1062 do 1062 do
1063 PERL_CONFIGURE="$PERL_CONFIGURE -U$sym" 1063 PERL_CONFIGURE="$PERL_CONFIGURE -U$sym"
1064 done 1064 done
1065 } 1065 }
1066 1066
1067 This mostly gains space when linking staticaly, as the functions 1067 This mostly gains space when linking statically, as the functions
1068 will likely not be linked in. The gain for dynamically-linked 1068 will likely not be linked in. The gain for dynamically-linked
1069 binaries is smaller. 1069 binaries is smaller.
1070 1070
1071 Also, this leaves "gethostbyname" in - not only is it actually used 1071 Also, this leaves "gethostbyname" in - not only is it actually used
1072 often, the Socket module also exposes it, so leaving it out usually 1072 often, the Socket module also exposes it, so leaving it out usually

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines