perldelta for b54d603d2 (consistent proto warnings)
authorFather Chrysostomos <sprout@cpan.org>
Sat, 13 Jul 2013 23:23:13 +0000 (16:23 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 13 Jul 2013 23:44:33 +0000 (16:44 -0700)
pod/perldelta.pod

index 800ea32..5429056 100644 (file)
@@ -277,6 +277,13 @@ about "%" and "&" used to occur in some circumstances where there was no
 operator of the type cited, so the warning was completely wrong.  This has
 been fixed [perl #117535, #76910].
 
+=item *
+
+Warnings about malformed subroutine prototypes are now more consistent in
+how the prototypes are rendered.  Some of these warnings would truncate
+prototypes containing nulls.  In other cases one warning would suppress
+another.
+
 =back
 
 =head1 Utility Changes