From: Gurusamy Sarathy Date: Mon, 9 Nov 1998 02:09:06 +0000 (+0000) Subject: fix misplaced brace in s2p (as suggested by Lionel Fourquaux X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a0a15abb27c59146a9d3c59d92ef465050265e9c;p=p5sagit%2Fp5-mst-13.2.git fix misplaced brace in s2p (as suggested by Lionel Fourquaux ) p4raw-id: //depot/perl@2223 --- diff --git a/x2p/s2p.PL b/x2p/s2p.PL index dbcb27c..7280dd4 100644 --- a/x2p/s2p.PL +++ b/x2p/s2p.PL @@ -339,11 +339,11 @@ if ($appendseen || $tseen || !$assumen) { : if ($atext) { chop $atext; print $atext; $atext = ''; } : #endif EOT +} print BODY &q(<<'EOT'); : } EOT -} unless ($debug) {