[Catalyst-commits] r9562 - Catalyst-Controller-SOAP/1.0/branches/unbreak_with_XML_Compile_SOAP_v_2/lib/Catalyst/Controller

humph at dev.catalyst.perl.org humph at dev.catalyst.perl.org
Mon Mar 23 13:35:58 GMT 2009


Author: humph
Date: 2009-03-23 13:35:58 +0000 (Mon, 23 Mar 2009)
New Revision: 9562

Modified:
   Catalyst-Controller-SOAP/1.0/branches/unbreak_with_XML_Compile_SOAP_v_2/lib/Catalyst/Controller/SOAP.pm
Log:
version bump, added myself as author

Modified: Catalyst-Controller-SOAP/1.0/branches/unbreak_with_XML_Compile_SOAP_v_2/lib/Catalyst/Controller/SOAP.pm
===================================================================
--- Catalyst-Controller-SOAP/1.0/branches/unbreak_with_XML_Compile_SOAP_v_2/lib/Catalyst/Controller/SOAP.pm	2009-03-23 13:31:50 UTC (rev 9561)
+++ Catalyst-Controller-SOAP/1.0/branches/unbreak_with_XML_Compile_SOAP_v_2/lib/Catalyst/Controller/SOAP.pm	2009-03-23 13:35:58 UTC (rev 9562)
@@ -11,7 +11,7 @@
     use constant NS_SOAP_ENV => "http://schemas.xmlsoap.org/soap/envelope/";
     use constant NS_WSDLSOAP => "http://schemas.xmlsoap.org/wsdl/soap/";
 
-    our $VERSION = '1.10';
+    our $VERSION = '1.11';
 
     __PACKAGE__->mk_accessors qw(wsdl wsdlobj decoders encoders
          ports wsdlservice xml_compile soap_action_prefix rpc_endpoint_paths);
@@ -640,6 +640,8 @@
 
 Drew Taylor C<drew at drewtaylor.com>
 
+Georg Oechsler C<goe-cpan at space.net>
+
 =head1 BUG REPORTS
 
 Please submit all bugs regarding C<Catalyst::Controller::SOAP> to




More information about the Catalyst-commits mailing list