In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/dc0a6b7d5714e3633ce46346a1b3b56a69b9d164?hp=197620f72281ec8bcfcf40b57be6229a7affdf01>

- Log -----------------------------------------------------------------
commit dc0a6b7d5714e3633ce46346a1b3b56a69b9d164
Author: Petr Písař <ppi...@redhat.com>
Date:   Fri Dec 7 09:25:53 2018 -0500

    Make ext/B/t/strict.t test alike to other ones.
    
    Signed-off-by: Petr Písař <ppi...@redhat.com>
    
    For: RT 133713

-----------------------------------------------------------------------

Summary of changes:
 ext/B/t/strict.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ext/B/t/strict.t b/ext/B/t/strict.t
index 4d1b84aa20..9f5eacd7da 100644
--- a/ext/B/t/strict.t
+++ b/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;
     }

-- 
Perl5 Master Repository

Reply via email to