Subject: | Improper hash assignment? |
MQClient/Makefile.PL, lines 106 - 108:
if ($libs =~ /_r$/) {
$extra_args{DEFINE} .= " -DRLIBS";
}
MQClient/Makefile.PL line 272:
my %extra_args;
I think that the assignment at 272 deletes the assignment at 107 and could cause problems.