diff options
author | afresh1 <afresh1@cvs.openbsd.org> | 2014-03-24 14:59:14 +0000 |
---|---|---|
committer | afresh1 <afresh1@cvs.openbsd.org> | 2014-03-24 14:59:14 +0000 |
commit | c080cf55b5ad88c4056e6e9a4f858e0dfbf642b1 (patch) | |
tree | 90e52b9a68c9bf2fe8cd12484950cdc93821c2c4 /gnu/usr.bin/perl/README.aix | |
parent | 2fae50d18aceff793a4705626eb1156e0070870a (diff) |
Import perl-5.18.2
OK espie@ sthen@ deraadt@
Diffstat (limited to 'gnu/usr.bin/perl/README.aix')
-rw-r--r-- | gnu/usr.bin/perl/README.aix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/README.aix b/gnu/usr.bin/perl/README.aix index 97e94abcf25..9a49067ff67 100644 --- a/gnu/usr.bin/perl/README.aix +++ b/gnu/usr.bin/perl/README.aix @@ -229,6 +229,15 @@ following option: -Dcc='gcc -maix64' +=head2 Compiling Perl 5 on AIX 7.1.0 + +A regression in AIX 7 causes a failure in make test in Time::Piece during +daylight savings time. APAR IV16514 provides the fix for this. A quick +test to see if it's required, assuming it is currently daylight savings +in Eastern Time, would be to run C< TZ=EST5 date +%Z >. This will come +back with C<EST> normally, but nothing if you have the problem. + + =head2 Compiling Perl 5 on older AIX versions up to 4.3.3 Due to the fact that AIX 4.3.3 reached end-of-service in December 31, |