diff options
author | Peter Martini <PeterCMartini@GMail.com> | 2014-08-20 01:49:31 -0400 |
---|---|---|
committer | Peter Martini <PeterCMartini@GMail.com> | 2014-08-20 01:49:31 -0400 |
commit | e917e94e4f75ef7627390d5a0d00bcf987fca0d5 (patch) | |
tree | 0342147b112d26db2dd973abd75ae1de1ce1319b /pod | |
parent | 2a395b86d24456e23dbeacb31f5e6ebc49f5ea60 (diff) | |
download | perl-e917e94e4f75ef7627390d5a0d00bcf987fca0d5.tar.gz |
perldelta for f57000b
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 963512eb2d..7ac10cd814 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -371,6 +371,13 @@ block. [perl #122107] C<method { BLOCK } ARGS> syntax now correctly parses the arguments if they begin with an opening brace. [perl #46947] +=item * + +External libraries and Perl may have different ideas of what the locale is. +This is problematic when parsing version strings if the locale's numeric +separator has been changed. Version parsing has been patched to ensure +it handles the locales correctly. [perl #121930] + =back =head1 Known Problems |