summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/ext/B/t
diff options
context:
space:
mode:
authorafresh1 <afresh1@openbsd.org>2019-12-30 02:10:02 +0000
committerafresh1 <afresh1@openbsd.org>2019-12-30 02:10:02 +0000
commitf3efcd0145415b7d44d9da97e0ad5c21b186ac61 (patch)
treed6abf0994f508740c446dec46e925b7dc7572459 /gnu/usr.bin/perl/ext/B/t
parentPopulate logical disk port WWNs with their RAID volume's WWID (diff)
downloadwireguard-openbsd-f3efcd0145415b7d44d9da97e0ad5c21b186ac61.tar.xz
wireguard-openbsd-f3efcd0145415b7d44d9da97e0ad5c21b186ac61.zip
Import perl-5.30.1
Timing is good deraadt@, OK sthen@
Diffstat (limited to 'gnu/usr.bin/perl/ext/B/t')
-rw-r--r--gnu/usr.bin/perl/ext/B/t/strict.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/ext/B/t/strict.t b/gnu/usr.bin/perl/ext/B/t/strict.t
index 4d1b84aa20d..9f5eacd7da6 100644
--- a/gnu/usr.bin/perl/ext/B/t/strict.t
+++ b/gnu/usr.bin/perl/ext/B/t/strict.t
@@ -7,7 +7,7 @@ use Config;
use Test::More;
BEGIN {
- if ( ( $Config{'extensions'} !~ /\sB\s/ ) ) {
+ if ( ( $Config{'extensions'} !~ /\bB\b/ ) ) {
plan skip_all => "Perl was not compiled with B";
exit 0;
}