From 2af13ef2dccbe7c3dc88b4f2b5a5329f0e135a99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Quelin?= Date: Fri, 12 Mar 2010 17:22:23 +0000 Subject: skip plain, regular comments. how comes this has not been spotted earlier? (sigh) --- perl.prov | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl.prov') diff --git a/perl.prov b/perl.prov index 8f5d53b..3113cb2 100755 --- a/perl.prov +++ b/perl.prov @@ -114,7 +114,7 @@ sub process_file { $inover = 0; } - if ($incomment || $inover) { + if ($incomment || $inover || m/^\s*#/) { next; } -- cgit v1.2.1