Change 11769 by sky@sky-lab on 2001/08/28 08:09:16
Subject: [ID 20010827.008] no-foo options broken in B::Lint
From: Ville "Skytt�" <[EMAIL PROTECTED]>
Date: Tue, 28 Aug 2001 02:22:20 +0300
Message-Id: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/ext/B/B/Lint.pm#8 edit
Differences ...
==== //depot/perl/ext/B/B/Lint.pm#8 (text) ====
Index: perl/ext/B/B/Lint.pm
--- perl/ext/B/B/Lint.pm.~1~ Tue Aug 28 02:15:05 2001
+++ perl/ext/B/B/Lint.pm Tue Aug 28 02:15:05 2001
@@ -345,7 +345,7 @@
%check = ();
}
else {
- if ($opt =~ s/^no-//) {
+ if ($opt =~ s/^no_//) {
$check{$opt} = 0;
}
else {
End of Patch.