diff -urw Wx-0.77.orig/script/make_exp_list.pl Wx-0.77/script/make_exp_list.pl --- Wx-0.77.orig/script/make_exp_list.pl 2007-06-19 02:03:37.000000000 +0300 +++ Wx-0.77/script/make_exp_list.pl 2007-08-24 05:36:27.000000000 +0300 @@ -72,7 +72,7 @@ local $" = "\n"; -open OUT, '> '. $ext || die "unable to open file '$ext'"; +open OUT, '>', $ext or die "unable to open file '$ext'"; binmode OUT; # Perl 5.004 on Unix complains for CR