summaryrefslogtreecommitdiffstats
path: root/misc/spmpp.pl
diff options
context:
space:
mode:
authorville <ville@localhost>2009-11-24 18:58:59 +0000
committerville <ville@localhost>2009-11-24 18:58:59 +0000
commita0d3291a7ee90c37db171517f3151db20ee9735b (patch)
tree1ae9c32ad405a755011eb2e16582ce8ece1cf270 /misc/spmpp.pl
parentfa59ca83a3591ae2e036634088c70f56a60a4363 (diff)
downloadmarkup-validator-a0d3291a7ee90c37db171517f3151db20ee9735b.zip
markup-validator-a0d3291a7ee90c37db171517f3151db20ee9735b.tar.gz
markup-validator-a0d3291a7ee90c37db171517f3151db20ee9735b.tar.bz2
Fix perlcritic "Heredoc terminator must be quoted" errors.
Diffstat (limited to 'misc/spmpp.pl')
-rwxr-xr-xmisc/spmpp.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/spmpp.pl b/misc/spmpp.pl
index b988b99..2a88523 100755
--- a/misc/spmpp.pl
+++ b/misc/spmpp.pl
@@ -4,7 +4,7 @@
# for use in the Validator, from an OpenSP ParserMessages.rc.
# (spmpp = "SP Message Pre-Processor")
#
-# $Id: spmpp.pl,v 1.4 2009-11-23 22:24:15 ville Exp $
+# $Id: spmpp.pl,v 1.5 2009-11-24 18:58:59 ville Exp $
#
#
@@ -34,7 +34,7 @@ while (<FH>) {
}
close FH;
-print <<EOF;
+print <<"EOF";
#
# Automatically Generated by $0
#
@@ -53,7 +53,7 @@ EOF
# the last digit of the "muid" is replaced at runtime).
#
for (@msg) {
- print <<EOF;
+ print <<"EOF";
<msg $_->[0]>
original = $_->[1]
verbose <<.EOF.