summaryrefslogtreecommitdiffstats
path: root/misc/spmpp.pl
diff options
context:
space:
mode:
Diffstat (limited to 'misc/spmpp.pl')
-rwxr-xr-xmisc/spmpp.pl10
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/spmpp.pl b/misc/spmpp.pl
index ff364fc..b988b99 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.3 2009-11-23 22:15:18 ville Exp $
+# $Id: spmpp.pl,v 1.4 2009-11-23 22:24:15 ville Exp $
#
#
@@ -34,12 +34,12 @@ while (<FH>) {
}
close FH;
-print <<".EOF.";
+print <<EOF;
#
# Automatically Generated by $0
#
-.EOF.
+EOF
#
# For each message, spit out a Config::General config file snippet.
@@ -53,7 +53,7 @@ print <<".EOF.";
# the last digit of the "muid" is replaced at runtime).
#
for (@msg) {
- print <<"_.EOF._";
+ print <<EOF;
<msg $_->[0]>
original = $_->[1]
verbose <<.EOF.
@@ -69,7 +69,7 @@ for (@msg) {
</div>
.EOF.
</msg>
-_.EOF._
+EOF
}
exit;