diff options
author | 2019-12-30 02:10:02 +0000 | |
---|---|---|
committer | 2019-12-30 02:10:02 +0000 | |
commit | f3efcd0145415b7d44d9da97e0ad5c21b186ac61 (patch) | |
tree | d6abf0994f508740c446dec46e925b7dc7572459 /gnu/usr.bin/perl/ext/B/t | |
parent | Populate logical disk port WWNs with their RAID volume's WWID (diff) | |
download | wireguard-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.t | 2 |
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; } |