]> git.pld-linux.org Git - packages/perl.git/blob - perl-test-dst.patch
- rebuild with glibc 2.26 (no xlocale.h header)
[packages/perl.git] / perl-test-dst.patch
1 --- perl-5.24.0/cpan/Time-Piece/t/02core_dst.t.orig     2016-03-01 13:33:01.000000000 +0100
2 +++ perl-5.24.0/cpan/Time-Piece/t/02core_dst.t  2016-11-03 20:14:33.394601523 +0100
3 @@ -127,7 +127,7 @@
4  SKIP: {
5         skip "Extra tests for Linux, BSD only.", 6 unless $is_linux or $is_mac or $is_bsd;
6  
7 -    local $ENV{TZ} = "EST5EDT4";
8 +    local $ENV{TZ} = "EST5EDT4,M3.5.0,M10.5.0";
9      Time::Piece::_tzset();
10      my $lt = localtime(1373371631); #2013-07-09T12:07:11
11      cmp_ok(scalar($lt->tzoffset), 'eq', '-14400');
This page took 0.112398 seconds and 3 git commands to generate.