The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Copyrights 2009-2014 by [Mark Overmeer].
#  For other contributors see ChangeLog.
# See the manual pages for details on the licensing terms.
# Pod stripped from pm file by OODoc 2.01.
use warnings;
use strict;

package XML::Compile::SOAP12::Client;
our $VERSION = '3.02';

use base 'XML::Compile::SOAP12', 'XML::Compile::SOAP::Client';

use Log::Report 'xml-compile-soap12', syntax => 'SHORT';


# much work to do ;-)

1;