bump version to 3.003
This commit is contained in:
5
Changes
5
Changes
@@ -1,4 +1,9 @@
|
||||
|
||||
Release notes for SOAP::WSDL 3.003
|
||||
-------
|
||||
|
||||
o. change the base module for SOAP::WSDL::SOAP::HeaderFault to SOAP::WSDL::SOAP::Header instead of inexisting module SOAP::WSDL::Header
|
||||
|
||||
Release notes for SOAP::WSDL 3.002
|
||||
|
||||
o. change each file from having their own version number to referring to $SOAP::WSDL::VERSION since they aren't really individually versions anyway but just copies of that numbe
|
||||
|
||||
@@ -14,7 +14,7 @@ use Class::Std::Fast constructor => 'none';
|
||||
use SOAP::WSDL::XSD::Typelib::Builtin::anySimpleType;
|
||||
use LWP::UserAgent;
|
||||
|
||||
use version; our $VERSION = qv('3.002');
|
||||
use version; our $VERSION = qv('3.003');
|
||||
|
||||
my %no_dispatch_of :ATTR(:name<no_dispatch>);
|
||||
my %wsdl_of :ATTR(:name<wsdl>);
|
||||
|
||||
Reference in New Issue
Block a user