-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
57 lines (55 loc) · 2.69 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
Revision history for perl module Dist::Zilla::Plugin::WSDL
{{$NEXT}}
0.208 2020-10-18 20:44:55-05:00 America/Chicago
- remove AnnoCPAN from documentation
- remove dependencies on Test::Synopsis (the POD synopsis isn't in Perl
anyway) and Test::LocalBrew (using plenv now)
- switch from Path::Class to Path::Tiny per deprecation notices
from Dist::Zilla
0.207 2015-06-16 21:25:50-04:00 America/New_York
- code cleanup, removing unnecessary perlcritic directives, etc.
- clean up prerequisites and tests
0.206 2015-06-10 13:01:48-06:00 America/Denver
- #1 test for Internet connectivity before trying to retrieve live WSDL
- Ensure portability and synopsis tests are called/not called correctly
(thanks SROMANOV)
- Reduce cognitive load of switching between Moose and Moo by using
MooseX::AttributeShortcuts rather than MooseX::Has::Sugar
- Explicitly declare more developer and version dependencies where needed
- Report versions during testing with
Dist::Zilla::Plugin::Test::ReportPrereqs rather than DZP::ReportVersions
- various other documentation and testing tweaks
0.205 2011-06-14 11:39:39 America/New_York
- Fix synopsis POD
0.204 2011-06-14 11:15:57 America/New_York
- Add synopses to POD, remove unused has_prefix predicate method
- Get rid of all the type and exception nonsense, let Dist::Zilla and Moose
do the work
0.203 2011-06-13 14:55:06 America/New_York
- Log and throw exception if a generated file can't be opened for writing
- Fix class name generation to be consistent with wsdl2perl.pl so that
everything except server has "s" appended to the name, instead of the other
way around
- Document default class prefixes, better error message if invalid prefix
specified
0.202 2011-06-13 11:30:48 America/New_York
- Log and throw exception if the WSDL parser returns nothing
0.201 2011-06-10 13:44:50 America/New_York
- Actually insert the typemaps specified in dist.ini
0.200 2011-05-23 13:49:26 America/New_York
- Minor code cleanup
- Updated POD, copyright, and dependencies
0.102600 2010-09-17 15:06:07 America/New_York
- Save generated classes in lib/ so they can be consulted for POD
or debugged
0.102440 2010-09-01 17:10:02 America/New_York
- Downgrade Perl dependency to version 5.8.8
0.102420 2010-08-30 14:59:03 America/New_York
- Minor documentation and maintainability changes
0.102390 2010-08-27 18:15:04 America/New_York
- Use SOAP::WSDL directly instead of wsdl2perl.pl script
- Better support for mapping undefined SOAP types to classes
- Added test against demo WSDL hosted at whitemesa.com
- Better documentation
0.102370 2010-08-25 15:09:55 America/New_York
- First release