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