#
# $Id: 99-pod.t,v 33.4 2012/09/26 16:15:35 jettisu Exp $
#
# (c) 2009-2012 Morgan Stanley & Co. Incorporated
# See ..../src/LICENSE for terms of distribution.
#
#
# Morgan Stanley versioning - ignore
#
BEGIN {
if ($ENV{ID_EXEC}) {
require "MSDW/Version.pm";
MSDW::Version->import('Test-Pod' => '1.20',
'Test-Simple' => '0.60',
'Pod-Escapes' => '1.04',
'Pod-Simple' => '3.04',
);
}
}
eval "use Test::Pod";
plan skip_all => "Test::Pod required for testing POD" if ($@);
all_pod_files_ok("MQSeries.pm", all_pod_files('MQSeries'));