1Revision history for Perl extension Pod::WSDL.
2
30.01  Mon May 23 20:36:37 2005
4	- original version; created by h2xs 1.23 with options
5		-A -X Pod::WSDL
6
70.03  Tue Jul 20 00:06:00 2005  
8	- Packed everything in one distribution
9
100.04  
11	- Fixed bug: warnings issued by XML::Writer, when using Pod for methods
12      without parameters
13	- Fixed unnecessary requirement for Perl version 5.8.5
14	- Fixed bug in the generated WSDL for certain cases where complex types were
15      used
16	- Fixed error in documentation
17	- Fixed error which led to failure if wrong parameters were being used
18   
190.05
20	- AHICOX: Fixed Bug: definitions for arrays of standard types not generated
21	  when included in complex type class as an ATTR.
22	- TAREKA: Changed email address
23	- TAREKA: Added arguments "pretty" and "withDocumentation" to method WSDL 
24	  in WSDL.pm (Fixed rt.cpan.org, bug/wish id 21137)
25	- TAREKA: Fixed Bug: calling method WSDL on WSDL.pm twice doubled output
26	- TAREKA: Fixed Bug: <wsdl:documentation> in schema part of wsdl must be 
27	  wrapped in <annotation> (thanks to Thomas Walloschke for the hint)
28	- TAREKA: Fixed Bug: <wsdlsoap:fault> must have name attribute  (thanks to 
29	  Thomas Walloschke for the hint)
30	  
310.051	Thu Oct 12 17:06:58 GMT 2006
32	- AHICOX: baseName is auto-set based on the package name of the sourced file.
33	          
34			  NOTE: the '::' separator is removed so My::Great::Module gets the
35			  automatic baseName of MyGreatModule.
36			  
37			  OTHER NOTE: should the user be able to override the auto-generated
38			  base name with a POD directive like this?
39			  =begin WSDL
40			  _baseName OtherNameToUse
41			  =cut
42			  or perhaps at instatiation with a 'baseName' option?
43