In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/d37c508e84cbea4f7db8d987d077d9d490bfd4fa?hp=ec268cc8df7c7a90811a099d422eef6a31bf9f8b>
- Log ----------------------------------------------------------------- commit d37c508e84cbea4f7db8d987d077d9d490bfd4fa Author: Karl Williamson <[email protected]> Date: Sat Jul 15 18:46:50 2017 -0600 ext/File-Glob/t/rt131211.t: Fix typo Commit 0887d051f49229ff72dc6fd22105ce922a11003f had an extra backslash ----------------------------------------------------------------------- Summary of changes: 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 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; -- Perl5 Master Repository
