Alien::unzip - Find or build Info-ZIP unzip
version 0.03
use Alien::unzip use Env qw( @PATH ); # Add unzip to the PATH if it isn't there already push @PATH, Alien::unzip->bin_dir;
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.
Graham Ollis <plicease@cpan.org>
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.