From 7f0faf35b479c8e2ccb91c0d387fb02bbef20b6f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ville=20Skytt=C3=A4?= Date: Tue, 28 Aug 2001 05:22:20 +0300 Subject: [PATCH] [ID 20010827.008] no-foo options broken in B::Lint Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi> p4raw-id: //depot/perl@11769 --- ext/B/B/Lint.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/B/B/Lint.pm b/ext/B/B/Lint.pm index 094b3cf..f5186f1 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 { -- 1.8.3.1