/usr/local/CPAN/XML-Compile-SOAP12/XML/Compile/SOAP12/Client.pm


# Copyrights 2009-2010 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 1.06.
use warnings;
use strict;

package XML::Compile::SOAP12::Client;
use vars '$VERSION';
$VERSION = '2.02';

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

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


# much work to do ;-)

1;