From d37c508e84cbea4f7db8d987d077d9d490bfd4fa Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 15 Jul 2017 18:46:50 -0600 Subject: [PATCH 1/1] ext/File-Glob/t/rt131211.t: Fix typo Commit 0887d051f49229ff72dc6fd22105ce922a11003f had an extra backslash --- ext/File-Glob/t/rt131211.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/File-Glob/t/rt131211.t b/ext/File-Glob/t/rt131211.t index 40d2027..9886cb4 100644 --- a/ext/File-Glob/t/rt131211.t +++ b/ext/File-Glob/t/rt131211.t @@ -8,7 +8,7 @@ use Time::HiRes qw(time); use Config; plan skip_all => 'This platform doesn\'t use File::Glob' - if $Config{ccflags} =~ /\b{wb}-DPERL_EXTERNAL_GLOB\b\{wb}/; + if $Config{ccflags} =~ /\b{wb}-DPERL_EXTERNAL_GLOB\b{wb}/; plan tests => 13; my $path = tempdir uc cleanup => 1; -- 1.8.3.1