PAR::StrippedPARL::Dynamic - Data package containing a dynamic PARL


PAR-Packer documentation  | view source Contained in the PAR-Packer distribution.

Index


NAME

Top

PAR::StrippedPARL::Dynamic - Data package containing a dynamic PARL

SYNOPSIS

Top

  # For details, see PAR::StrippedPARL::Base.
  PAR::StrippedPARL::Dynamic->write_parl($file) or die "Some error...";

DESCRIPTION

Top

This class is internal to PAR. Do not use it outside of PAR.

This class is basically just a container for a dynamic binary PAR loader which doesn't include the PAR code like the parl or parl.exe you are used to. If you're really curious, I'll tell you it is just a copy of the myldr/par (or myldr/par.exe) file.

The data is appended during the make phase of the PAR build process, but only if applicable: If you perl is static, you won't get the dynamic loader.

If the binary data isn't appended during the build process, the class methods will return the empty list.

CLASS METHODS

Top

Inherits the methods from PAR::StrippedPARL::Base.

AUTHORS

Top

Steffen Mueller <smueller@cpan.org>, Audrey Tang <cpan@audreyt.org>

COPYRIGHT AND LICENSE

Top


PAR-Packer documentation  | view source Contained in the PAR-Packer distribution.