--- App-Staticperl/staticperl.pod 2011/07/10 01:37:56 1.48 +++ App-Staticperl/staticperl.pod 2011/07/13 17:47:40 1.50 @@ -13,7 +13,7 @@ staticperl distclean # delete everything installed by this script staticperl perl ... # invoke the perlinterpreter staticperl cpan # invoke CPAN shell - staticperl instmod path... # install unpacked modules + staticperl instsrc path... # install unpacked modules staticperl instcpan modulename... # install modules from CPAN staticperl mkbundle # see documentation staticperl mkperl # see documentation @@ -555,7 +555,7 @@ clashing with embedded perl files (whose paths never start with C), and/or use a special directory prefix, such as C. -You can later get a copy of these files by calling C. An alternative way to embed binary files is to convert them to perl and @@ -1199,14 +1199,14 @@ =over 4 -=item $file = staticperl::find $path +=item $file = static::find $path Returns the data associated with the given C<$path> (e.g. C, C). Returns C if the file isn't embedded. -=item @paths = staticperl::list +=item @paths = static::list Returns the list of all paths embedded in this binary.