Skip Menu |

This queue is for tickets about the Archive-Zip CPAN distribution.

Report information
The Basics
Id: 130523
Status: resolved
Priority: 0/
Queue: Archive-Zip

People
Owner: Nobody in particular
Requestors: skaji [...] cpan.org
SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Archive-Zip 1.66 breaks perl 5.8 compatibility
Archive-Zip 1.66 uses the defined-or operator (//) at, for example, https://github.com/redhotpenguin/perl-Archive-Zip/blob/6334afe/lib/Archive/Zip/Member.pm#L676 This obviously breaks perl 5.8 compatibility. Please look at http://matrix.cpantesters.org/?dist=Archive-Zip+1.66
On 2019-09-17 06:50:53, SKAJI wrote: Show quoted text
> Archive-Zip 1.66 uses the defined-or operator (//) at, for example, > https://github.com/redhotpenguin/perl-Archive- > Zip/blob/6334afe/lib/Archive/Zip/Member.pm#L676 > This obviously breaks perl 5.8 compatibility. > > Please look at http://matrix.cpantesters.org/?dist=Archive-Zip+1.66
I just ran into this myself, with many downstream dependencies now failing on travis, e.g. https://travis-ci.org/karenetheridge/Dist-Zilla-Plugin-CheckIssues/jobs/587883598
I confirmed the issue was fixed in 1.67. Closing this ticket.