From 3c4f249a50e3872b8fbd5a1b8e179a72618b1472 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Wed, 7 May 2014 11:19:17 +1000 Subject: [PATCH] [perl #121771] this new diagnostic was removed in 2e6f7c2a54 --- Porting/perl5200delta.pod | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Porting/perl5200delta.pod b/Porting/perl5200delta.pod index 01c5716..2bd7960 100644 --- a/Porting/perl5200delta.pod +++ b/Porting/perl5200delta.pod @@ -907,14 +907,6 @@ made fatal via C<< use warnings FATAL => 'deprecated' >> (now they can). =item * -L - -(W numeric) The indicated string was fed as an argument to the C<++> operator -which expects either a number or a string matching C. -See L for details. - -=item * - L (W misc) A sub was declared as sub foo : prototype(A) : prototype(B) {}, for -- 2.7.4