--- App-Staticperl/staticperl.pod 2010/12/06 21:21:44 1.7 +++ App-Staticperl/staticperl.pod 2010/12/06 21:30:05 1.8 @@ -1,6 +1,6 @@ =head1 NAME -staticperl - perl, libc, 50 modules, all in one 500kb file +staticperl - perl, libc, 100 modules, all in one 500kb file =head1 SYNOPSIS @@ -34,9 +34,9 @@ create (or embed) a single file that contains perl interpreter, libc, all the modules you need and all the libraries you need. -With F and F on x86, you can create a single 500kb binary that -contains perl and 50 modules such as AnyEvent, EV, IO::AIO, Coro and so -on. Or any other choice of modules. +With F and F on x86, you can create a single 500kb binary +that contains perl and 100 modules such as POSIX, AnyEvent, EV, IO::AIO, +Coro and so on. Or any other choice of modules. The created files do not need write access to the file system (like PAR does). In fact, since this script is in many ways similar to PAR::Packer,