aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>1984-04-04 00:44:20 +0000
committerpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>1984-04-04 00:44:20 +0000
commit56f9c0b322338044d4a8c6c73027dfc0d59ce47b (patch)
tree4a2154998fad4c0f0ec25c52544bbe60231211da
parent97c96ef8fe4598892c676573ac79556a86f64852 (diff)
downloadprep-56f9c0b322338044d4a8c6c73027dfc0d59ce47b.tar.gz
prep-56f9c0b322338044d4a8c6c73027dfc0d59ce47b.zip
-use pragma tolerant
-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;