You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
perl/SOURCES/0001-Skip-1970-year-test.patch

25 lines
636 B

From 842ffee1cd0162d9715d13f72daf53fa168d2549 Mon Sep 17 00:00:00 2001
From: tigro <tigro@msvsphere-os.ru>
Date: Wed, 17 Apr 2024 12:19:29 +0300
Subject: [PATCH] Skip 1970 year test
---
cpan/Time-Local/t/Local.t | 1 -
1 file changed, 1 deletion(-)
diff --git a/cpan/Time-Local/t/Local.t b/cpan/Time-Local/t/Local.t
index 472e71a..e332d38 100644
--- a/cpan/Time-Local/t/Local.t
+++ b/cpan/Time-Local/t/Local.t
@@ -11,7 +11,6 @@ use Time::Local;
my @time =
(
#year,mon,day,hour,min,sec
- [1970, 1, 2, 00, 00, 00],
[1980, 2, 28, 12, 00, 00],
[1980, 2, 29, 12, 00, 00],
[1999, 12, 31, 23, 59, 59],
--
2.44.0