On Fri Mar 02 14:06:50 2018, bernhardout@lsmod.de wrote:
Show quoted text>
>
> On 2018-03-01 08:54, Paul Marquess via RT wrote:
> > Thanks for the patch. Turns out that it isn't needed for this
> > module because I use POSIX::mktime to convert the DOS time into
> > Unix time. The issue existed in Archive::Zip because it uses
> > Time::Local::timelocal.
>
> but IO-Compress-Zlib-2.015/lib/IO/Uncompress/Unzip.pm line 695 says
>
> use Time::Local 'timelocal';
>
>
> and there is no mention of 'mktime' in the whole
> IO-Compress-Zlib-2.015/ directory - are we looking at different places?
Hey Bernhard
we are indeed looking in different places!
The IO-Compress-Zlib distribution was retired in 2008. Everything was moved over to the IO-Compress module - and that's what is shipped with core Perl. Sorry, I didn't spot that you have raised the issue with a retired distribution.
thanks
Paul