Skip Menu |

This queue is for tickets about the Net-DRI CPAN distribution.

Report information
The Basics
Id: 101930
Status: resolved
Priority: 0/
Queue: Net-DRI

People
Owner: patrick+cpan [...] patoche.org
Requestors: trond [...] thaugen.no
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.96_06
Fixed in: (no value)



Subject: Failing test t/656icann_smd.t
The test file failes if run on a system where the optional module 'Net::SAML2' is not installed. The following patch should fix it: Index: t/656icann_smd.t =================================================================== --- t/656icann_smd.t (revision 5268) +++ t/656icann_smd.t (working copy) @@ -95,7 +95,7 @@ SKIP: { eval { require Net::SAML2; }; - skip 'Net::SAML2 not installed',34 if $@; + skip 'Net::SAML2 not installed',42 if $@; my $smd=<<'EOF'; <?xml version="1.0" encoding="UTF-8"?>
Hello Trond, Thank for your bugreport. Can you try the new version (0.96_07) I've just released, since it does not use anymore Net::SAML2 but other modules to achieve XML security signature validation in ICANN SMD handling? Regards,