From b4cf37f552befe5c786175885bfda09c5323c887 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 28 Jul 2012 23:54:16 -0700 Subject: [PATCH] perldelta: proto mismatch warnings --- pod/perldelta.pod | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 4bb2603..cbc6313 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -388,6 +388,16 @@ longer cause double frees or panic messages. C now turns vstrings into plain strings when performing a substitution, even if the resulting string is the same (C). +=item * + +Prototype mismatch warnings no longer erroneously treat constant subs as +having no prototype when they actually have "". + +=item * + +Constant subroutines and forward declarations no longer prevent prototype +mismatch warnings from omitting the sub name. + =back =head1 Known Problems -- 2.7.4