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.63 by root, Tue Mar 19 15:24:49 2019 UTC vs.
Revision 1.64 by root, Thu Mar 21 16:41:36 2019 UTC

1193Every bundle has a virtual filesystem. The only information stored in it 1193Every bundle has a virtual filesystem. The only information stored in it
1194is the path and contents of each file that was bundled. 1194is the path and contents of each file that was bundled.
1195 1195
1196=head3 LAYOUT 1196=head3 LAYOUT
1197 1197
1198Any path starting with an ampersand (F<&>) or exclamation mark (F<!>) are 1198Any paths starting with an ampersand (F<&>) or exclamation mark (F<!>) are
1199reserved by F<staticperl>. They must only be used as described in this 1199reserved by F<staticperl>. They must only be used as described in this
1200section. 1200section.
1201 1201
1202=over 4 1202=over 4
1203 1203
1289 1289
1290Many Unicode properties in turn are defined in separate modules, 1290Many Unicode properties in turn are defined in separate modules,
1291such as C<"unicore/Heavy.pl"> and more specific data tables such as 1291such as C<"unicore/Heavy.pl"> and more specific data tables such as
1292C<"unicore/To/Digit.pl"> or C<"unicore/lib/Perl/Word.pl">. These tables 1292C<"unicore/To/Digit.pl"> or C<"unicore/lib/Perl/Word.pl">. These tables
1293are big (7MB uncompressed, although F<staticperl> contains special 1293are big (7MB uncompressed, although F<staticperl> contains special
1294handling for those files), so including them on demand by your application 1294handling for those files), so including them only on demand in your
1295only might pay off. 1295application might pay off.
1296 1296
1297To simply include the whole unicode database, use: 1297To simply include the whole unicode database, use:
1298 1298
1299 --incglob '/unicore/**.pl' 1299 --incglob '/unicore/**.pl'
1300 1300

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines