This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix POSIX::tzset() as per Time::Piece::_tzset().
authorSteve Hay <SteveHay@planit.com>
Wed, 6 May 2009 17:16:20 +0000 (18:16 +0100)
committerSteve Hay <SteveHay@planit.com>
Wed, 6 May 2009 17:16:20 +0000 (18:16 +0100)
commit81ab4c4438c47e4ce03412afce1305a5499a46bd
tree001e728ce7e1fbb0be4633eb186847c91d0c2811
parentdf31f9b1de77eb9c8ff8fe7f8a21ed9e23a12915
Fix POSIX::tzset() as per Time::Piece::_tzset().

Jan Dubois suggested POSIX::tzset() should be fixed too, but there is no
way to share the code since Time-Piece is dual-lived and POSIX is not.
Therefore, the code is simply duplicated with appropriate comments to
prompt keeping the two in sync.
ext/POSIX/POSIX.xs
ext/Time-Piece/Piece.xs