This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
637e71d
)
perldelta: document known failure on HP-UX 11.00
author
Ricardo Signes
<rjbs@cpan.org>
Thu, 16 May 2013 14:02:39 +0000
(10:02 -0400)
committer
Ricardo Signes
<rjbs@cpan.org>
Thu, 16 May 2013 14:02:39 +0000
(10:02 -0400)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
a7f39e2
..
67da0c3
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-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