bump version to 3.003

This commit is contained in:
2015-04-01 13:53:09 +01:00
parent ea1e8640a3
commit 2a16be401c
2 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -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>);