Skip to content

Commit

Permalink
minor documentation updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
gugod committed Aug 10, 2023
1 parent 51b2ad5 commit 9a36817
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions script/perlbrew
Original file line number Diff line number Diff line change
Expand Up @@ -705,10 +705,9 @@ The produced file is a standalone binary executable containing these content:
4. the entire site lib
5. the entire local lib (managed by `perlbrew lib` command), if active.

It is expected that the output can then be running on a different machine of the same OS and arch.

This approach is the maximum overkill for packing one program as it'll be definitely packaing a lot more then the exact list of runtime dependencies of the named program. However, it saves all mental hassle by wasting some amount of disk spaces.
It is expected that the executable can then be running on a different machine of the same OS and arch.

Noted that this approach is the maximum overkill for packing one program as it'll be definitely packaing a lot more then the exact list of runtime dependencies of the named program. C<make-pp> is meant for a lazy solution for a non-trivial problem of perfectly determing the runtime dependencies of an arbitarary program.

=head1 SEE ALSO

Expand Down

0 comments on commit 9a36817

Please sign in to comment.