From: | gregoa [...] cpan.org |
Subject: | [PATCH] turn the y2k20 into a y2k40 problem, or fix test failures starting in 2020 |
In Debian we are currently applying the following patch to
Perl4-CoreLibs.
We thought you might be interested in it too.
Description: turn the y2k20 into a y2k40 problem, or fix test failures starting in 2020
t/timelocal.t fails with
not ok 31 - timelocal year for 1970 1 2 0 0 0
# Failed test 'timelocal year for 1970 1 2 0 0 0'
# at t/timelocal.t line 36.
# got: '170'
# expected: '70'
not ok 37 - timegm year for 1970 1 2 0 0 0
# Failed test 'timegm year for 1970 1 2 0 0 0'
# at t/timelocal.t line 49.
# got: '170'
# expected: '70'
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2020-01-03
The patch is tracked in our Git repository at
https://salsa.debian.org/perl-team/modules/packages/libperl4-corelibs-perl/raw/master/debian/patches/y2k20.patch
Thanks for considering,
gregor herrmann,
Debian Perl Group