File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ my %WriteMakefileArgs = (
42
42
" MooseX::Types::URI" => 0,
43
43
" URI" => 0,
44
44
" URI::QueryParam" => 0,
45
- " XML::CanonicalizeXML" => 0,
46
45
" XML::Generator" => 0,
46
+ " XML::LibXML" => 0,
47
47
" XML::Tidy" => 0,
48
48
" XML::Writer" => 0,
49
49
" XML::XPath" => 0,
@@ -66,7 +66,6 @@ my %WriteMakefileArgs = (
66
66
" Test::NoTabs" => 0,
67
67
" Test::Pod" => " 1.14" ,
68
68
" Test::Pod::Coverage" => " 1.04" ,
69
- " XML::LibXML" => 0,
70
69
" XML::LibXML::XPathContext" => 0
71
70
},
72
71
" VERSION" => " 0.29" ,
@@ -114,7 +113,6 @@ my %FallbackPrereqs = (
114
113
" Test::Pod::Coverage" => " 1.04" ,
115
114
" URI" => 0,
116
115
" URI::QueryParam" => 0,
117
- " XML::CanonicalizeXML" => 0,
118
116
" XML::Generator" => 0,
119
117
" XML::LibXML" => 0,
120
118
" XML::LibXML::XPathContext" => 0,
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ requires "MooseX::Types::DateTime" => "0";
24
24
requires " MooseX::Types::URI" => " 0" ;
25
25
requires " URI" => " 0" ;
26
26
requires " URI::QueryParam" => " 0" ;
27
- requires " XML::CanonicalizeXML" => " 0" ;
28
27
requires " XML::Generator" => " 0" ;
28
+ requires " XML::LibXML" => " 0" ;
29
29
requires " XML::Tidy" => " 0" ;
30
30
requires " XML::Writer" => " 0" ;
31
31
requires " XML::XPath" => " 0" ;
@@ -49,7 +49,6 @@ on 'test' => sub {
49
49
requires " Test::NoTabs" => " 0" ;
50
50
requires " Test::Pod" => " 1.14" ;
51
51
requires " Test::Pod::Coverage" => " 1.04" ;
52
- requires " XML::LibXML" => " 0" ;
53
52
requires " XML::LibXML::XPathContext" => " 0" ;
54
53
};
55
54
You can’t perform that action at this time.
0 commit comments