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"?>