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