From 2a16be401cf3a5c8001442a6b0b14b9d9323a4c1 Mon Sep 17 00:00:00 2001 From: Dinis Lage Date: Wed, 1 Apr 2015 13:53:09 +0100 Subject: [PATCH] bump version to 3.003 --- Changes | 5 +++++ lib/SOAP/WSDL.pm | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index d35927a..1171459 100644 --- a/Changes +++ b/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 diff --git a/lib/SOAP/WSDL.pm b/lib/SOAP/WSDL.pm index 62b6060..2b38902 100644 --- a/lib/SOAP/WSDL.pm +++ b/lib/SOAP/WSDL.pm @@ -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); my %wsdl_of :ATTR(:name);