diff options
author | Chip Salzenberg <chip@atlantic.net> | 1996-12-26 08:55:25 +1200 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1996-12-28 06:22:00 +1200 |
commit | 6ca21dd348e31cf4e05aacbf146af9db134567f3 (patch) | |
tree | d0b6b94ea2d50333a2acc8e6d2f6da1d7512c85a /toke.c | |
parent | 13f57bf83929943c057a8fe71d4513271a958bcc (diff) | |
download | perl-6ca21dd348e31cf4e05aacbf146af9db134567f3.tar.gz |
Limit effects of "=pod" to a single file
Diffstat (limited to 'toke.c')
-rw-r--r-- | toke.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -286,6 +286,7 @@ SV *line; void lex_end() { + doextract = FALSE; } static void |