diff options
author | Karl Williamson <khw@cpan.org> | 2018-02-19 12:08:15 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2018-02-19 20:47:10 -0700 |
commit | 467d2991c8f76b1bea6e39aed49d8109d892827d (patch) | |
tree | 7e04514f23187a3bcd58a5ce5e7a43c6d0c9f44b /hints | |
parent | a33a98cff0201570b461d59ea63f94a94f710e45 (diff) | |
download | perl-467d2991c8f76b1bea6e39aed49d8109d892827d.tar.gz |
hints/hpux.sh: Note locale univ.utf8 may be defective
A new check in 8b7358b96caf71db3213a7d72fc401e42ee0b2d0 is finding that
this locale is defective. It is fixed by 11.31
Diffstat (limited to 'hints')
-rw-r--r-- | hints/hpux.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hints/hpux.sh b/hints/hpux.sh index 91a4d7d388..3eef0388a7 100644 --- a/hints/hpux.sh +++ b/hints/hpux.sh @@ -1,5 +1,10 @@ #!/usr/bin/sh +# The locale 'univ.utf8' is defective on some of these systems, as it doesn't +# think that +# $ + < = > ^ ` | ~ +# are punctuation. This is fixed in 11.31 + ### SYSTEM ARCHITECTURE # Determine the architecture type of this system. |