summaryrefslogtreecommitdiff
path: root/t/TEST
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2015-01-07 09:54:52 -0800
committerFather Chrysostomos <sprout@cpan.org>2015-01-07 09:54:52 -0800
commit7fa64c24a44df418e8bc4e701906c7a838a0caf5 (patch)
tree776210f51947c715359f820d2276335fc3c68ab0 /t/TEST
parent804352e2cf6da2f05a8e83ac4debc4ceb6617b7c (diff)
downloadperl-7fa64c24a44df418e8bc4e701906c7a838a0caf5.tar.gz
TEST: Comment for 804352e2
Diffstat (limited to 't/TEST')
-rwxr-xr-xt/TEST2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/TEST b/t/TEST
index 480ce17734..9fa708c2ec 100755
--- a/t/TEST
+++ b/t/TEST
@@ -124,6 +124,8 @@ $| = 1;
# remove empty elements due to insertion of empty symbols via "''p1'" syntax
@ARGV = grep($_,@ARGV) if $^O eq 'VMS';
+# String eval to avoid loading File::Glob on non-miniperl.
+# (Windows only uses this script for miniperl.)
@ARGV = eval 'map glob, @ARGV' if $^O eq 'MSWin32';
our $show_elapsed_time = $ENV{HARNESS_TIMER} || 0;