# # $Id: Makefile.PL,v 25.1 2004/01/14 19:10:19 biersma Exp $ # # (c) 1999-2004 Morgan Stanley Dean Witter and Co. # See ..../src/LICENSE for terms of distribution. # use ExtUtils::MakeMaker; require "../util/parse_config"; require "../util/parse_headers"; require "../util/fake_mm"; if ( $::has_mqrfh ) { WriteMakefile( NAME => 'MQSeries::PubSub', VERSION_FROM => 'PubSub/Broker.pm', ( $^O eq 'os390' ? ( MAN3PODS => {}, ) : () ), ); } else { warn("Your MQSeries installation doesn't support the MQRFH structure\n" . "Disabling the MQSeries::PubSub::* modules\n"); myWriteEmptyMakefile(); }