This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for f57000b
authorPeter Martini <PeterCMartini@GMail.com>
Wed, 20 Aug 2014 05:49:31 +0000 (01:49 -0400)
committerPeter Martini <PeterCMartini@GMail.com>
Wed, 20 Aug 2014 05:49:31 +0000 (01:49 -0400)
pod/perldelta.pod

index 963512e..7ac10cd 100644 (file)
@@ -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