Subject: | Several problems with 2.36 |
Hi Mark,
I ran into several problems with 2.36:
* Makefile.PL lists XML::Compile::Cache 0.993 as prereq where 0.992 is the latest version on CPAN
* when I change that and "make test" I get those errors:
t/50wsdl.t ........ Can't locate object method "learnPrefixes" via package "XML::Compile::WSDL11" at lib/XML/Compile/WSDL11.pm line 133.
# Looks like your test exited with 2 before it could output anything.
t/50wsdl.t ........ Dubious, test returned 2 (wstat 512, 0x200)
Failed 41/41 subtests
t/51wsdloneway.t .. Can't locate object method "learnPrefixes" via package "XML::Compile::WSDL11" at lib/XML/Compile/WSDL11.pm line 133.
# Looks like your test exited with 2 before it could output anything.
t/51wsdloneway.t .. Dubious, test returned 2 (wstat 512, 0x200)
Failed 11/11 subtests
t/52wsdlfault.t ... Can't locate object method "learnPrefixes" via package "XML::Compile::WSDL11" at lib/XML/Compile/WSDL11.pm line 133.
# Looks like your test exited with 2 before it could output anything.
t/52wsdlfault.t ... Dubious, test returned 2 (wstat 512, 0x200)
Failed 14/14 subtests
t/53wsdlrpclit.t .. 1/24 Can't locate object method "learnPrefixes" via package "XML::Compile::WSDL11" at lib/XML/Compile/WSDL11.pm line 133.
# Looks like you planned 24 tests but ran 2.
# Looks like your test exited with 2 just after 2.
t/53wsdlrpclit.t .. Dubious, test returned 2 (wstat 512, 0x200)
Failed 22/24 subtests
t/54wsdlrpclit.t .. 1/14 Can't locate object method "learnPrefixes" via package "XML::Compile::WSDL11" at lib/XML/Compile/WSDL11.pm line 133.
# Looks like you planned 14 tests but ran 2.
# Looks like your test exited with 2 just after 2.
t/54wsdlrpclit.t .. Dubious, test returned 2 (wstat 512, 0x200)
Failed 12/14 subtests
t/55wsdlrpcone.t .. Can't locate object method "learnPrefixes" via package "XML::Compile::WSDL11" at lib/XML/Compile/WSDL11.pm line 133.
# Looks like your test exited with 2 before it could output anything.
t/55wsdlrpcone.t .. Dubious, test returned 2 (wstat 512, 0x200)
Failed 11/11 subtests
t/60xop.t ......... ok
* I can't select version 2.36 in RT (I know that's nothing you can work on)
- Renée