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
(from parent 1:
2a395b8
)
perldelta for f57000b
author
Peter Martini
<PeterCMartini@GMail.com>
Wed, 20 Aug 2014 05:49:31 +0000
(
01:49
-0400)
committer
Peter Martini
<PeterCMartini@GMail.com>
Wed, 20 Aug 2014 05:49:31 +0000
(
01:49
-0400)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
963512e
..
7ac10cd
100644
(file)
--- 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