diff options
Diffstat (limited to 'ext/File-Glob')
-rw-r--r-- | ext/File-Glob/t/rt131211.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/File-Glob/t/rt131211.t b/ext/File-Glob/t/rt131211.t index 40d2027969..9886cb4758 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; |