aboutsummaryrefslogtreecommitdiffstats
path: root/perl.req
diff options
context:
space:
mode:
Diffstat (limited to 'perl.req')
-rwxr-xr-xperl.req2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.req b/perl.req
index f69bbde..cf63adf 100755
--- a/perl.req
+++ b/perl.req
@@ -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;
}