Subject: | OS Test name for error redirection detection does not take in account Mac OS X. |
$ uname -mrsv
Darwin 8.2.0 Darwin Kernel Version 8.2.0: Fri Jun 24 17:46:54 PDT 2005; root:xnu-792.2.4.obj~3/
$ perl -e 'print $^O' && echo
darwin
The line 78 of the file 't/try_examples.t':
warn "There might be problems with error redirection undef $^O"
if grep { $^O =~ $_ } ( qr/win/i );
Does not take in account the "darwin" os name.
Could you please fix this?
Thanks.