diff options
author | Clinton A. Pierce <clintp@geeksalad.org> | 2002-03-12 05:11:53 -0500 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2002-03-12 14:57:34 +0000 |
commit | 26fc65d7abfbdbb833d6a860d9bbce7c4dcb4bd7 (patch) | |
tree | d03cec603c026fd48c78c374c4b59f40a12fc4c6 /toke.c | |
parent | bc43011b6c995345807c3598a29bbcc879854d42 (diff) | |
download | perl-26fc65d7abfbdbb833d6a860d9bbce7c4dcb4bd7.tar.gz |
Inappropriate termination of POD
From: "Clinton A. Pierce" <clintp@geeksalad.org>
Message-Id: <5.1.0.14.2.20020312095400.00aed218@www.geeksalad.org>
p4raw-id: //depot/perl@15197
Diffstat (limited to 'toke.c')
-rw-r--r-- | toke.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -2570,9 +2570,6 @@ Perl_yylex(pTHX) } } if (PL_doextract) { - if (*s == '#' && s[1] == '!' && instr(s,"perl")) - PL_doextract = FALSE; - /* Incest with pod. */ if (*s == '=' && strnEQ(s, "=cut", 4)) { sv_setpv(PL_linestr, ""); |