Skip Menu |

This queue is for tickets about the MQSeries CPAN distribution.

Report information
The Basics
Id: 88581
Status: resolved
Priority: 0/
Queue: MQSeries

People
Owner: w.phillip.moore [...] gmail.com
Requestors: Matthew.Persico [...] lazard.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.34
Fixed in: (no value)



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.
This was a no-brainer patch, and has been applied. There should be a new release of the CPAN distribution in the next few weeks.