-
Notifications
You must be signed in to change notification settings - Fork 1
/
Changes
executable file
·76 lines (61 loc) · 2.99 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Revision history for Perl extension Pod::WSDL.
0.064 Jan 2015
- JCOP Inverted entries in this file: most recent at top
- JCOP MAJOR Cleanup to code base using perltidy, perlcritic
- croak instead of die
- indirect new() syntax corrected
- some postfix checks changes to prefix checks
- unless blocks changed to if blocks
- JCOP Cleanup distribution erros, using dzil
0.063 18 Jan 2014
- JCOP BUG fix: https://rt.cpan.org/Public/Bug/Display.html?id=75339
me->use fails with new perl version because this calls UNIVERSAL::use instead of Pod::WSDL::AUTOLOAD
0.062 17 Jan 2014
- BMAVT BUG fix: https://rt.cpan.org/Public/Bug/Display.html?id=81571
Test failures due to hash randomisation in perl 5.17.6
- BMAVT BUG fix: https://rt.cpan.org/Public/Bug/Display.html?id=92192
Spelling errors in POD
0.061 Fri Dec 17 15:45:00 GMT 2010
- JCOP Minor cleanup of development classes
0.06 Fri Dec 17 12:16:00 GMT 2010
- BMAVT BUG fix: https://rt.cpan.org/Public/Bug/Display.html?id=28931
Fix anyUri to anyURI
- JCOP BUG fix: https://rt.cpan.org/Ticket/Display.html?id=51447
Spelling mistakes
- JCOP BUG fix: https://rt.cpan.org/Ticket/Display.html?id=25161
Ommit parameterOrder if method has no params as parameterOrder is optional:
http://www.w3.org/TR/wsdl#_parameter
0.051 Thu Oct 12 17:06:58 GMT 2006
- AHICOX: baseName is auto-set based on the package name of the sourced file.
NOTE: the '::' separator is removed so My::Great::Module gets the
automatic baseName of MyGreatModule.
OTHER NOTE: should the user be able to override the auto-generated
base name with a POD directive like this?
=begin WSDL
_baseName OtherNameToUse
=cut
or perhaps at instatiation with a 'baseName' option?
0.05
- AHICOX: Fixed Bug: definitions for arrays of standard types not generated
when included in complex type class as an ATTR.
- TAREKA: Changed email address
- TAREKA: Added arguments "pretty" and "withDocumentation" to method WSDL
in WSDL.pm (Fixed rt.cpan.org, bug/wish id 21137)
- TAREKA: Fixed Bug: calling method WSDL on WSDL.pm twice doubled output
- TAREKA: Fixed Bug: <wsdl:documentation> in schema part of wsdl must be
wrapped in <annotation> (thanks to Thomas Walloschke for the hint)
- TAREKA: Fixed Bug: <wsdlsoap:fault> must have name attribute (thanks to
Thomas Walloschke for the hint)
0.04
- Fixed bug: warnings issued by XML::Writer, when using Pod for methods
without parameters
- Fixed unnecessary requirement for Perl version 5.8.5
- Fixed bug in the generated WSDL for certain cases where complex types were
used
- Fixed error in documentation
- Fixed error which led to failure if wrong parameters were being used
0.03 Tue Jul 20 00:06:00 2005
- Packed everything in one distribution
0.01 Mon May 23 20:36:37 2005
- original version; created by h2xs 1.23 with options
-A -X Pod::WSDL