This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta: document known failure on HP-UX 11.00
authorRicardo Signes <rjbs@cpan.org>
Thu, 16 May 2013 14:02:39 +0000 (10:02 -0400)
committerRicardo Signes <rjbs@cpan.org>
Thu, 16 May 2013 14:02:39 +0000 (10:02 -0400)
pod/perldelta.pod

index a7f39e2..67da0c3 100644 (file)
@@ -3680,7 +3680,12 @@ becomes empty.
 
 =item *
 
-There are no known regressions.  Please report any bugs you find!
+UTF8-flagged strings in C<%ENV> on HP-UX 11.00 are buggy
+
+The interaction of UTF8-flagged strings and C<%ENV> on HP-UX 11.00 is
+currently dodgy in some not-yet-fully-diagnosed way.  Expect test
+failures in F<t/op/magic.t>, followed by unknown behavior when storing
+wide characters in the environment.
 
 =back