Re: make zipdist on Win32

[email protected] (Michael G Schwern)
Newsgroups perl.makemaker
Message-ID <[email protected]>
Alexandr Ciornii wrote:
>   Does anybody use `make zipdist` on Windows?
> If yes, where can I download 'zip.exe' which it uses?
> 
> I want to create .zip CPAN dists, as I use Windows and my .tar.gz dists
> will be rejected by PAUSE. So I want to either install zip.exe or modify
> EU::MM to use other zip.

You can control what zip program MakeMaker uses, and other related things,
with the "dist" option.

WriteMakefile(
   ...
    dist => {
        ZIP => '\path\to\your\zip.exe'
    }
);


As for where to get zip.exe, it was probably originally PKWARE's zip, but
info-zip is compatible.
http://www.info-zip.org/Zip.html

7-zip might also be handy.
http://www.7-zip.org/download.html


-- 
You are wicked and wrong to have broken inside and peeked at the
implementation and then relied upon it.
	-- tchrist in <31832.969261130@chthon>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.