diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-11-09 02:09:06 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-11-09 02:09:06 +0000 |
commit | a0a15abb27c59146a9d3c59d92ef465050265e9c (patch) | |
tree | 864430c513f85be75a15cd66d70181ab2ae8d77d /x2p | |
parent | 642653c7e3215219ce2200f4c30c63d5b9e03f5f (diff) | |
download | perl-a0a15abb27c59146a9d3c59d92ef465050265e9c.tar.gz |
fix misplaced brace in s2p (as suggested by Lionel Fourquaux
<lionel.fourquaux@wanadoo.fr>)
p4raw-id: //depot/perl@2223
Diffstat (limited to 'x2p')
-rw-r--r-- | x2p/s2p.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x2p/s2p.PL b/x2p/s2p.PL index dbcb27c136..7280dd4d80 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) { |