From: Clinton A. Pierce Date: Tue, 12 Mar 2002 10:11:53 +0000 (-0500) Subject: Inappropriate termination of POD X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=26fc65d7abfbdbb833d6a860d9bbce7c4dcb4bd7;p=p5sagit%2Fp5-mst-13.2.git Inappropriate termination of POD From: "Clinton A. Pierce" Message-Id: <5.1.0.14.2.20020312095400.00aed218@www.geeksalad.org> p4raw-id: //depot/perl@15197 --- diff --git a/toke.c b/toke.c index b7fe79d..82b7e0d 100644 --- a/toke.c +++ b/toke.c @@ -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, "");