PAR::Repository::Client::Util - Small helper methods common to all implementations


PAR-Repository-Client documentation  | view source Contained in the PAR-Repository-Client distribution.

Index


NAME

Top

PAR::Repository::Client::Util - Small helper methods common to all implementations

SYNOPSIS

Top

  use PAR::Repository::Client;

DESCRIPTION

Top

This module implements small helper methods which are common to all PAR::Repository::Client implementations.

PRIVATE METHODS

Top

These private methods should not be relied upon from the outside of the module.

_unzip_file

This is a private method. Callable as class or instance method.

Unzips the file given as first argument to the file given as second argument. If a third argument is used, the zip member of that name is extracted. If the zip member name is omitted, it is set to the target file name.

Returns the name of the unzipped file.

SEE ALSO

Top

This module is directly related to the PAR project. You need to have basic familiarity with it. Its homepage is at http://par.perl.org/

See PAR, PAR::Dist, PAR::Repository, etc.

PAR::Repository::Query implements the querying interface. The methods described in that module's documentation can be called on PAR::Repository::Client objects.

PAR::Repository implements the server side creation and manipulation of PAR repositories.

PAR::WebStart is doing something similar but is otherwise unrelated.

AUTHOR

Top

Steffen Mueller, <smueller@cpan.org>

COPYRIGHT AND LICENSE

Top


PAR-Repository-Client documentation  | view source Contained in the PAR-Repository-Client distribution.