Add AIX7 APAR requirement to get Time::Piece tests to pass.
authorDarin McBride <dmcbride@cpan.org>
Wed, 11 Jul 2012 13:27:08 +0000 (07:27 -0600)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Wed, 11 Jul 2012 14:40:53 +0000 (16:40 +0200)
Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
README.aix

index 97e94ab..9a49067 100644 (file)
@@ -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,