Skip to content

PerlAlien/Alien-unzip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

36501ff · Dec 23, 2024

History

25 Commits
Dec 23, 2024
Dec 23, 2024
Feb 22, 2019
Feb 22, 2019
Feb 22, 2019
Sep 26, 2022
Aug 10, 2020
Aug 10, 2020
Dec 23, 2024
Dec 23, 2024
Mar 6, 2019
Mar 14, 2021
Sep 26, 2022
Feb 22, 2019
Dec 23, 2024
Aug 10, 2020

Repository files navigation

Alien::unzip linux

Find or build Info-ZIP unzip

SYNOPSIS

use Alien::unzip
use Env qw( @PATH );

# Add unzip to the PATH if it isn't there already
push @PATH, Alien::unzip->bin_dir;

DESCRIPTION

This is an alien that provides Info-ZIP unzip. It is useful for building other aliens in share mode. Another option is to use Archive::Zip, but that module seems to be quite unreliable in practice.

SEE ALSO

AUTHOR

Graham Ollis [email protected]

COPYRIGHT AND LICENSE

This software is copyright (c) 2019 by Graham Ollis.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.