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

Comparing App-Staticperl/README (file contents):
Revision 1.21 by root, Tue Mar 19 15:24:49 2019 UTC vs.
Revision 1.22 by root, Tue Feb 15 18:37:34 2022 UTC

1063 VIRTUAL FILESYSTEM 1063 VIRTUAL FILESYSTEM
1064 Every bundle has a virtual filesystem. The only information stored in it 1064 Every bundle has a virtual filesystem. The only information stored in it
1065 is the path and contents of each file that was bundled. 1065 is the path and contents of each file that was bundled.
1066 1066
1067 LAYOUT 1067 LAYOUT
1068 Any path starting with an ampersand (&) or exclamation mark (!) are 1068 Any paths starting with an ampersand (&) or exclamation mark (!) are
1069 reserved by staticperl. They must only be used as described in this 1069 reserved by staticperl. They must only be used as described in this
1070 section. 1070 section.
1071 1071
1072 ! All files that typically cannot be loaded from memory (such as 1072 ! All files that typically cannot be loaded from memory (such as
1073 dynamic objects or shared libraries), but have to reside in the 1073 dynamic objects or shared libraries), but have to reside in the
1135 1135
1136 Many Unicode properties in turn are defined in separate modules, 1136 Many Unicode properties in turn are defined in separate modules,
1137 such as "unicore/Heavy.pl" and more specific data tables such as 1137 such as "unicore/Heavy.pl" and more specific data tables such as
1138 "unicore/To/Digit.pl" or "unicore/lib/Perl/Word.pl". These tables 1138 "unicore/To/Digit.pl" or "unicore/lib/Perl/Word.pl". These tables
1139 are big (7MB uncompressed, although staticperl contains special 1139 are big (7MB uncompressed, although staticperl contains special
1140 handling for those files), so including them on demand by your 1140 handling for those files), so including them only on demand in your
1141 application only might pay off. 1141 application might pay off.
1142 1142
1143 To simply include the whole unicode database, use: 1143 To simply include the whole unicode database, use:
1144 1144
1145 --incglob '/unicore/**.pl' 1145 --incglob '/unicore/**.pl'
1146 1146

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines