diff options
author | Father Chrysostomos <sprout@cpan.org> | 2015-01-07 09:54:52 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2015-01-07 09:54:52 -0800 |
commit | 7fa64c24a44df418e8bc4e701906c7a838a0caf5 (patch) | |
tree | 776210f51947c715359f820d2276335fc3c68ab0 /t/TEST | |
parent | 804352e2cf6da2f05a8e83ac4debc4ceb6617b7c (diff) | |
download | perl-7fa64c24a44df418e8bc4e701906c7a838a0caf5.tar.gz |
TEST: Comment for 804352e2
Diffstat (limited to 't/TEST')
-rwxr-xr-x | t/TEST | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |