summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorPeter Martini <PeterCMartini@GMail.com>2014-08-20 01:49:31 -0400
committerPeter Martini <PeterCMartini@GMail.com>2014-08-20 01:49:31 -0400
commite917e94e4f75ef7627390d5a0d00bcf987fca0d5 (patch)
tree0342147b112d26db2dd973abd75ae1de1ce1319b /pod
parent2a395b86d24456e23dbeacb31f5e6ebc49f5ea60 (diff)
downloadperl-e917e94e4f75ef7627390d5a0d00bcf987fca0d5.tar.gz
perldelta for f57000b
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod7
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