summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorVille Skyttä <scop@cs132170.pp.htv.fi>2001-08-28 05:22:20 +0300
committerArtur Bergman <sky@nanisky.com>2001-08-28 08:09:16 +0000
commit7f0faf35b479c8e2ccb91c0d387fb02bbef20b6f (patch)
treed48c67c1ef8e8fa0014e8fa4ab59f97c0577d6d6 /ext
parentc274e827ea60addeb279fce8a64fd0960c08f01f (diff)
downloadperl-7f0faf35b479c8e2ccb91c0d387fb02bbef20b6f.tar.gz
[ID 20010827.008] no-foo options broken in B::Lint
Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi> p4raw-id: //depot/perl@11769
Diffstat (limited to 'ext')
-rw-r--r--ext/B/B/Lint.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/B/Lint.pm b/ext/B/B/Lint.pm
index 094b3cf8fd..f5186f146c 100644
--- a/ext/B/B/Lint.pm
+++ b/ext/B/B/Lint.pm
@@ -345,7 +345,7 @@ sub compile {
%check = ();
}
else {
- if ($opt =~ s/^no-//) {
+ if ($opt =~ s/^no_//) {
$check{$opt} = 0;
}
else {