aboutsummaryrefslogtreecommitdiff
path: root/lib/prep/prep.pl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/prep/prep.pl')
-rw-r--r--lib/prep/prep.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/prep/prep.pl b/lib/prep/prep.pl
index a0b4450..77e9589 100644
--- a/lib/prep/prep.pl
+++ b/lib/prep/prep.pl
@@ -152,7 +152,7 @@ sub prep {
152 } 152 }
153 else { 153 else {
154 return if $_ eq '#' or /^#\s/; 154 return if $_ eq '#' or /^#\s/;
155 print STDERR "warning: '$_'\n";# if $VAR{strict}; 155 print STDERR "warning: '$_'\n" unless $tolerant;
156 } 156 }
157 } 157 }
158 return unless $keephash; 158 return unless $keephash;