mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-10-06 21:11:35 +02:00
85fb87aeea..5551b97c3b
https://www.nntp.perl.org/group/perl.perl5.porters/2025/07/msg270067.html
12 lines
397 B
Diff
12 lines
397 B
Diff
--- a/cpan/Time-Piece/t/02core_dst.t
|
|
+++ b/cpan/Time-Piece/t/02core_dst.t
|
|
@@ -124,7 +124,7 @@ cmp_ok($t->month_last_day, '==', 31); # test more
|
|
|
|
|
|
SKIP: {
|
|
- skip "Extra tests for Linux, BSD only.", 8 unless $is_linux or $is_mac or $is_bsd;
|
|
+ skip "Extra tests for Linux, BSD only.", 8 unless $is_mac or $is_bsd;
|
|
|
|
local $ENV{TZ} = "EST5EDT4,M3.2.0/2,M11.1.0/2";
|
|
Time::Piece::_tzset();
|