# # $Id: oam.t,v 26.1 2004/01/15 19:33:59 biersma Exp $ # # (c) 1999-2004 Morgan Stanley Dean Witter and Co. # See ..../src/LICENSE for terms of distribution. # # # The number of tests has to be updated experimentally if the tests # are extended. # BEGIN { print "1..1\n"; } # # We need this to pick up the PERL_DL_NONLAZY definition, # conditionally. # BEGIN { require "../util/parse_config"; } END { print "not ok 1\n" unless $loaded; } use MQSeries::OAM 1.23; $loaded = 1; print "ok 1\n";