diff options
Diffstat (limited to 'perl.prov')
-rwxr-xr-x | perl.prov | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -114,7 +114,7 @@ sub process_file { $inover = 0; } - if ($incomment || $inover) { + if ($incomment || $inover || m/^\s*#/) { next; } |