Skip to content

Commit 91208a2

Browse files
committed
Update dependencies for Net::SAML2::XML::Sig
1 parent 359a0bd commit 91208a2

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Makefile.PL

+1-3
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ my %WriteMakefileArgs = (
4242
"MooseX::Types::URI" => 0,
4343
"URI" => 0,
4444
"URI::QueryParam" => 0,
45-
"XML::CanonicalizeXML" => 0,
4645
"XML::Generator" => 0,
46+
"XML::LibXML" => 0,
4747
"XML::Tidy" => 0,
4848
"XML::Writer" => 0,
4949
"XML::XPath" => 0,
@@ -66,7 +66,6 @@ my %WriteMakefileArgs = (
6666
"Test::NoTabs" => 0,
6767
"Test::Pod" => "1.14",
6868
"Test::Pod::Coverage" => "1.04",
69-
"XML::LibXML" => 0,
7069
"XML::LibXML::XPathContext" => 0
7170
},
7271
"VERSION" => "0.29",
@@ -114,7 +113,6 @@ my %FallbackPrereqs = (
114113
"Test::Pod::Coverage" => "1.04",
115114
"URI" => 0,
116115
"URI::QueryParam" => 0,
117-
"XML::CanonicalizeXML" => 0,
118116
"XML::Generator" => 0,
119117
"XML::LibXML" => 0,
120118
"XML::LibXML::XPathContext" => 0,

cpanfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ requires "MooseX::Types::DateTime" => "0";
2424
requires "MooseX::Types::URI" => "0";
2525
requires "URI" => "0";
2626
requires "URI::QueryParam" => "0";
27-
requires "XML::CanonicalizeXML" => "0";
2827
requires "XML::Generator" => "0";
28+
requires "XML::LibXML" => "0";
2929
requires "XML::Tidy" => "0";
3030
requires "XML::Writer" => "0";
3131
requires "XML::XPath" => "0";
@@ -49,7 +49,6 @@ on 'test' => sub {
4949
requires "Test::NoTabs" => "0";
5050
requires "Test::Pod" => "1.14";
5151
requires "Test::Pod::Coverage" => "1.04";
52-
requires "XML::LibXML" => "0";
5352
requires "XML::LibXML::XPathContext" => "0";
5453
};
5554

0 commit comments

Comments
 (0)