]> git.donarmstrong.com Git - perltidy.git/commitdiff
fixed typo in error message
authorSteve Hancock <perltidy@users.sourceforge.net>
Mon, 26 Oct 2020 13:53:55 +0000 (06:53 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Mon, 26 Oct 2020 13:53:55 +0000 (06:53 -0700)
lib/Perl/Tidy/Tokenizer.pm

index 8077ee73a9512eea35e416d95a47a225db25eaa6..fe4972a1fa96f2d3382d6b3c7bdbbfa284375fbf 100644 (file)
@@ -2478,7 +2478,7 @@ sub prepare_for_a_new_file {
                         complain("Long here-target: '$truncated' ...\n");
                     }
                     elsif ( !$here_doc_target ) {
-                        warning('Use of bare << to mean <<"" is deprecated\n')
+                        warning('Use of bare << to mean <<"" is deprecated'."\n")
                           unless ($here_quote_character);
                     }
                     elsif ( $here_doc_target !~ /^[A-Z_]\w+$/ ) {