perldelta for "\n" =~ /.*/g fix
authorFather Chrysostomos <sprout@cpan.org>
Thu, 2 Feb 2012 17:59:39 +0000 (09:59 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 2 Feb 2012 18:06:44 +0000 (10:06 -0800)
pod/perldelta.pod

index f63abb5..074202c 100644 (file)
@@ -1,8 +1,9 @@
 =encoding utf8
 
 =for comment
-This has been completed up to a75c6ed6bbe, except for:
+This has been completed up to 21eede782, except for:
 803e389        rurban  CYG17 utf8 paths
+d9298c1        rurban  mymalloc isn't thread safe
 
 =head1 NAME
 
@@ -462,6 +463,11 @@ C<-t> now works when stacked with other filetest operators [perl #77388].
 
 Stacked filetest operators now only call FETCH once on a tied argument.
 
+=item *
+
+C</.*/g> would sometimes refuse to match at the end of a string that ends
+with "\n".  This has been fixed [perl #109206].
+
 =back
 
 =head1 Known Problems