Ilya Zakharevich <[EMAIL PROTECTED]> writes:
> This patch enables OS/2 build.
>
> Thanks,
> Ilya
>
> --- ./t/local/http-get.t-pre Thu Sep 18 23:16:02 2003
> +++ ./t/local/http-get.t Thu Sep 18 23:16:06 2003
> @@ -40,7 +40,7 @@ if ($D eq 'daemon') {
> else {
> use Config;
> my $perl = $Config{'perlpath'};
> - $perl = $^X if $^O eq 'VMS';
> + $perl = $^X if $^O eq 'VMS' or -x $^X and $^X =~ m,^([a-z]:)?/,i;
Why is $Config{'perlpath'} unusable on OS/2 while not on Win32?
Don't you want the RE to allow backslashed patches as well?
Regards,
Gisle