File tree 4 files changed +7
-4
lines changed
4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
Change history for HTML-Parser
2
2
3
3
{{$NEXT}}
4
+ * Cleanup the prereqs a bit
5
+ * Mark HTML::Filter as deprecated as the docs point out
4
6
5
7
3.74 2020-08-30
6
8
* Fix the order of date and version in this change log. (Thanks, haarg)
Original file line number Diff line number Diff line change 61
61
"HTML::Tagset" : " 0" ,
62
62
"HTTP::Headers" : " 0" ,
63
63
"IO::File" : " 0" ,
64
- "LWP::UserAgent" : " 0" ,
65
64
"URI" : " 0" ,
66
65
"URI::URL" : " 0" ,
67
66
"XSLoader" : " 0" ,
97
96
},
98
97
"HTML::Filter" : {
99
98
"file" : " lib/HTML/Filter.pm" ,
100
- "version" : " 3.75"
99
+ "version" : " 3.75" ,
100
+ "x_deprecated" : 1
101
101
},
102
102
"HTML::HeadParser" : {
103
103
"file" : " lib/HTML/HeadParser.pm" ,
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ my %WriteMakefileArgs = (
22
22
" HTML::Tagset" => 0,
23
23
" HTTP::Headers" => 0,
24
24
" IO::File" => 0,
25
- " LWP::UserAgent" => 0,
26
25
" URI" => 0,
27
26
" URI::URL" => 0,
28
27
" XSLoader" => 0,
@@ -64,7 +63,6 @@ my %FallbackPrereqs = (
64
63
" HTML::Tagset" => 0,
65
64
" HTTP::Headers" => 0,
66
65
" IO::File" => 0,
67
- " LWP::UserAgent" => 0,
68
66
" SelectSaver" => 0,
69
67
" Test" => 0,
70
68
" Test::More" => 0,
Original file line number Diff line number Diff line change @@ -34,6 +34,9 @@ Git::Check.allow_dirty = META.json
34
34
[MinimumPerl]
35
35
perl = 5.008
36
36
37
+ [Deprecated]
38
+ module = HTML::Filter
39
+
37
40
[Git::Contributors]
38
41
[GithubMeta]
39
42
issues = 1
You can’t perform that action at this time.
0 commit comments