In perl.git, the branch smoke-me/fast_glob has been updated <http://perl5.git.perl.org/perl.git/commitdiff/f6563141d64530fc866db58bb6478d1c1b4203e8?hp=5907d9097d652b92ea1ff577ff8a67d15559685b>
- Log ----------------------------------------------------------------- commit f6563141d64530fc866db58bb6478d1c1b4203e8 Author: Yves Orton <[email protected]> Date: Tue Apr 25 19:37:10 2017 +0200 fixup (to be squashed) ----------------------------------------------------------------------- Summary of changes: ext/File-Glob/t/rt131211.t | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ext/File-Glob/t/rt131211.t b/ext/File-Glob/t/rt131211.t index 312751208b..31ab5f256b 100644 --- a/ext/File-Glob/t/rt131211.t +++ b/ext/File-Glob/t/rt131211.t @@ -6,11 +6,7 @@ use File::Spec::Functions; use Test::More; use Time::HiRes qw(time); -BEGIN { - plan skip_all => "Home-grown glob does not do character classes on $^O" if $^O eq 'VMS'; -} - -plan tests => 2; +plan tests => 6; my $path = tempdir uc cleanup => 1; my @files= ( -- Perl5 Master Repository
