Vadim Konovalov. Nick I-S comments: "Perhaps a lingering glob()
which needs external glob at mini-perl time."
p4raw-id: //depot/perl@8943
#!../../perl -w
-BEGIN { @INC = '../../lib' };
+BEGIN {
+ @INC = '../../lib';
+ $ENV{PATH} .= ';../..' if $^O eq 'MSWin32';
+}
use strict;
use Getopt::Std;
my @orig_ARGV = @ARGV;