diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/perl.prov | 2 | ||||
-rwxr-xr-x | scripts/perl.req | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/perl.prov b/scripts/perl.prov index 4d5bd8181..deb8fc003 100755 --- a/scripts/perl.prov +++ b/scripts/perl.prov @@ -94,7 +94,7 @@ sub process_file { # properly belongs in the over/back section) but people do not # read the perldoc. - if (m/^=(head[1-4]|pod|item)/) { + if (m/^=(head[1-4]|pod|for|item)/) { $incomment = 1; } diff --git a/scripts/perl.req b/scripts/perl.req index 07eed6bdc..587b3a5e9 100755 --- a/scripts/perl.req +++ b/scripts/perl.req @@ -112,7 +112,7 @@ sub process_file { # properly belongs in the over/back section) but people do not # read the perldoc. - if ( (m/^=(head[1-4]|pod|item)/) .. (m/^=(cut)/) ) { + if ( (m/^=(head[1-4]|pod|for|item)/) .. (m/^=(cut)/) ) { next; } |