File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ my %WriteMakefileArgs = (
5050 " URI::QueryParam" => 0,
5151 " URN::OASIS::SAML2" => " 0.003" ,
5252 " XML::Enc" => " 0.05" ,
53- " XML::Generator" => " 1.11 " ,
53+ " XML::Generator" => " 1.13 " ,
5454 " XML::LibXML" => 0,
5555 " XML::LibXML::XPathContext" => 0,
5656 " XML::Sig" => " 0.52" ,
@@ -132,7 +132,7 @@ my %FallbackPrereqs = (
132132 " URI::URL" => 0,
133133 " URN::OASIS::SAML2" => " 0.003" ,
134134 " XML::Enc" => " 0.05" ,
135- " XML::Generator" => " 1.11 " ,
135+ " XML::Generator" => " 1.13 " ,
136136 " XML::LibXML" => 0,
137137 " XML::LibXML::XPathContext" => 0,
138138 " XML::Sig" => " 0.52" ,
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ requires "URI::Escape" => "0";
3434requires " URI::QueryParam" => " 0" ;
3535requires " URN::OASIS::SAML2" => " 0.003" ;
3636requires " XML::Enc" => " 0.05" ;
37- requires " XML::Generator" => " 1.11 " ;
37+ requires " XML::Generator" => " 1.13 " ;
3838requires " XML::LibXML" => " 0" ;
3939requires " XML::LibXML::XPathContext" => " 0" ;
4040requires " XML::Sig" => " 0.52" ;
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ XML::LibXML::XPathContext = 0
5757; Here because it isn't provided by Crypt::OpenSSL::RSA
5858Crypt::OpenSSL::Bignum = 0
5959URN::OASIS::SAML2 = 0.003
60- XML::Generator = 1.11
60+ XML::Generator = 1.13
6161
6262[Prereqs / TestRequires]
6363Test::Pod = 1.14
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ use URN::OASIS::SAML2 qw(:bindings :urn);
1313 );
1414
1515 my $xml = $sp -> metadata;
16- like($xml , qr / ^\<\? xml version="1.0" encoding="UTF-8".* \?\> / , " Have XML version declaration" );
16+ like($xml , qr / ^\<\? xml version="1.0" encoding="UTF-8"\?\> / , " Have XML version declaration" );
1717
1818 my $xpath = get_xpath(
1919 $xml ,
@@ -76,7 +76,7 @@ use URN::OASIS::SAML2 qw(:bindings :urn);
7676{
7777 my $sp = net_saml2_sp(sign_metadata => 0);
7878 my $xml = $sp -> metadata;
79- like($xml , qr / ^\<\? xml version="1.0" encoding="UTF-8".* \?\> / , " Have XML version declaration" );
79+ like($xml , qr / ^\<\? xml version="1.0" encoding="UTF-8"\?\> / , " Have XML version declaration" );
8080
8181 my $xpath = get_xpath(
8282 $xml ,
You can’t perform that action at this time.
0 commit comments