diff options
Diffstat (limited to 'perl.prov')
-rwxr-xr-x | perl.prov | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,7 +101,7 @@ sub process_file { # properly belongs in the over/back section) but people do not # read the perldoc. - if (m/^=(head1|head2|pod|item)/) { + if (m/^=(head[1-4]|pod|item)/) { $incomment = 1; } |