perlPackages.TimeDate: fix tests that fail as of 2020

This commit is contained in:
Will Dietz 2020-01-01 21:23:41 -06:00 committed by Frederik Rietdijk
parent 68b6fea67c
commit 336155cf3f
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,12 @@
Index: TimeDate-2.30/t/getdate.t
===================================================================
--- TimeDate-2.30.orig/t/getdate.t
+++ TimeDate-2.30/t/getdate.t
@@ -156,7 +156,7 @@ Jul 22 10:00:00 UTC 2002 ;102733200
!;
require Time::Local;
-my $offset = Time::Local::timegm(0,0,0,1,0,70);
+my $offset = Time::Local::timegm(0,0,0,1,0,1970);
@data = split(/\n/, $data);

View file

@ -19541,6 +19541,8 @@ let
url = mirror://cpan/authors/id/G/GB/GBARR/TimeDate-2.30.tar.gz;
sha256 = "11lf54akr9nbivqkjrhvkmfdgkbhw85sq0q4mak56n6bf542bgbm";
};
# https://rt.cpan.org/Public/Bug/Display.html?id=124509
patches = [ ../development/perl-modules/timedate-2020.patch ];
};
TimeDuration = buildPerlPackage {