Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2bad767211 | ||
|
|
7ca2154ad6 | ||
|
|
eb096ad88e | ||
|
|
3cfeebae54 | ||
|
|
a9033164e6 | ||
|
|
84b53d9261 | ||
|
|
b955c5ad79 | ||
|
|
080b211e4e | ||
|
|
fa4d5dd884 | ||
|
|
3d11524449 | ||
|
|
21efa286af | ||
|
|
008d06b72a |
2
Build.PL
2
Build.PL
@@ -4,7 +4,7 @@ use Module::Build;
|
||||
Module::Build->new(
|
||||
create_makefile_pl => 'passthrough',
|
||||
dist_name => 'SOAP-WSDL',
|
||||
dist_version => '1.26',
|
||||
dist_version => '1.27',
|
||||
dist_abstract => 'WSDL support for SOAP::Lite',
|
||||
module_name => 'SOAP::WSDL',
|
||||
license => 'artistic',
|
||||
|
||||
3
CHANGES
3
CHANGES
@@ -1,3 +1,6 @@
|
||||
* v.1.27
|
||||
- fixed issue reported by Cominic Caffrey: SOAP::WSDL does not find XML
|
||||
elements with multiple prefixes assigned to the schema's targetNamespace
|
||||
* v1.26 2007/10/05 - bugfix
|
||||
- fixed issue reported by T Alex Beamish: tests fail when unwrapped into /tmp
|
||||
* v1.25 2007/09/24 - maintenance
|
||||
|
||||
4
META.yml
4
META.yml
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: SOAP-WSDL
|
||||
version: 1.26
|
||||
version: 1.27
|
||||
author: []
|
||||
abstract: WSDL support for SOAP::Lite
|
||||
license: artistic
|
||||
@@ -12,7 +12,7 @@ requires:
|
||||
provides:
|
||||
SOAP::WSDL:
|
||||
file: lib/SOAP/WSDL.pm
|
||||
version: 1.25
|
||||
version: 1.27
|
||||
generated_by: Module::Build version 0.2808
|
||||
meta-spec:
|
||||
url: http://module-build.sourceforge.net/META-spec-v1.2.html
|
||||
|
||||
@@ -11,7 +11,7 @@ use warnings;
|
||||
|
||||
@ISA = qw(SOAP::Lite);
|
||||
|
||||
$VERSION = "1.25";
|
||||
$VERSION = "1.27";
|
||||
|
||||
# SOAP::Lite has changed the name for speciying a schema in 0.6?
|
||||
# method before: schema
|
||||
@@ -874,7 +874,7 @@ sub encode
|
||||
#which one?
|
||||
my $elementPath = $p->{ element };
|
||||
|
||||
$elementPath =~ s/^$defaultNS\://;
|
||||
$elementPath =~ s/^(:?$defaultNS)\://;
|
||||
|
||||
# there are two ways how schema are usually defined
|
||||
my $path = '/'
|
||||
@@ -1568,6 +1568,6 @@ Replace whitespace by '@' in E-Mail addresses.
|
||||
|
||||
$LastChangedBy: kutterma $
|
||||
$HeadURL: http://soap-wsdl.svn.sourceforge.net/svnroot/soap-wsdl/SOAP-WSDL/branches/1.21/lib/SOAP/WSDL.pm $
|
||||
$Rev: 278 $
|
||||
$Rev: 490 $
|
||||
|
||||
=cut
|
||||
|
||||
Reference in New Issue
Block a user