Skip Menu |

This queue is for tickets about the SOAP-WSDL CPAN distribution.

Report information
The Basics
Id: 32062
Status: resolved
Priority: 0/
Queue: SOAP-WSDL

People
Owner: Nobody in particular
Requestors: amir.aharoni [...] mail.huji.ac.il
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: minor doc fixes
Minor spelling fixes in SOAP::WSDL::Generator::Visitor (It's my first patch for CPAN, please be gentle if i made something silly.)
Subject: Visitor_doc.patch
diff -ur SOAP-WSDL-2.00_27/lib/SOAP/WSDL/Generator/Visitor.pm SOAP-WSDL-2.00_27-aharoni/lib/SOAP/WSDL/Generator/Visitor.pm --- SOAP-WSDL-2.00_27/lib/SOAP/WSDL/Generator/Visitor.pm 2007-12-20 01:15:57.000000000 +0200 +++ SOAP-WSDL-2.00_27-aharoni/lib/SOAP/WSDL/Generator/Visitor.pm 2008-01-03 17:48:24.000000000 +0200 @@ -48,7 +48,7 @@ =head1 DESCRIPTION -SOAP::WSDL featores a code generating facility. This code generation facility +SOAP::WSDL features a code generating facility. This code generation facility (in fact there are several of them) is implemented as Visitor to SOAP::WSDL::Base-derived objects. @@ -186,8 +186,8 @@ =back -All these behaviours could well (and has historically been) implemented in the -classes holding the WSDL data. This made these classes rather bloated, and +All these behaviours could well be (and has historically been) implemented in +the classes holding the WSDL data. This made these classes rather bloated, and made it hard to change behaviour (like, supporting SOAP Headers, supporting atomic types and other features which were missing from early versions of SOAP::WSDL).
Fixed in rev479. Thanks for reporting, Martin