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

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
  • Comment on Re^4: Archive::Zip install fails on Strawberry Perl

Replies are listed 'Best First'.
Re^5: Archive::Zip install fails on Strawberry Perl
by Khen1950fx (Canon) on Jan 17, 2015 at 08:09 UTC
    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.