This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
nitpicks
[perl5.git] / dquote_static.c
index 4eaa4b1..bb1bd4a 100644 (file)
@@ -63,6 +63,8 @@ S_grok_bslash_c(pTHX_ const char source, const bool output_warning)
     }
     else if (source == '{') {
         assert(isPRINT_A(toCTRL('{')));
+
+        /* diag_listed_as: Use "%s" instead of "%s" */
         Perl_croak(aTHX_ "Use \"%c\" instead of \"\\c{\"", toCTRL('{'));
     }