in reply to Re^2: Archive::Zip install fails on Strawberry Perl
in thread Archive::Zip install fails on Strawberry Perl

What happens when you do:
cpan> m Archive::Zip

Replies are listed 'Best First'.
Re^4: Archive::Zip install fails on Strawberry Perl
by zartperl (Initiate) on Jan 17, 2015 at 01:00 UTC
    Output - cpan> m Archive::Zip Module id = Archive::Zip CPAN_USERID PHRED (Fred Moyer <fred@redhotpenguin.com>) CPAN_VERSION 1.43 CPAN_FILE P/PH/PHRED/Archive-Zip-1.43.tar.gz UPLOAD_DATE 2015-01-15 MANPAGE Archive::Zip - Provide an interface to ZIP archive files. INST_FILE C:\strawberry\perl\vendor\lib\Archive\Zip.pm INST_VERSION 1.38
      Archive::Zip was just uploaded two days ago. It might take a day or two before it settles down. In the meantime, you could go with v1.42:
      cpan> install PHRED/Archive-Zip-1.42.tar.gz
      or you could try a 'look':
      cpan> look Archive::Zip
      then the normal mantra:
      make make test make install
      That'll install v1.43.