Skip to content

Commit 3c48387

Browse files
committed
Mark HTML::Filter as deprecated as the docs indicate
1 parent fe12a09 commit 3c48387

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

Diff for: Changes

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Change history for HTML-Parser
22

33
{{$NEXT}}
4+
* Cleanup the prereqs a bit
5+
* Mark HTML::Filter as deprecated as the docs point out
46

57
3.74 2020-08-30
68
* Fix the order of date and version in this change log. (Thanks, haarg)

Diff for: META.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
"HTML::Tagset" : "0",
6262
"HTTP::Headers" : "0",
6363
"IO::File" : "0",
64-
"LWP::UserAgent" : "0",
6564
"URI" : "0",
6665
"URI::URL" : "0",
6766
"XSLoader" : "0",
@@ -97,7 +96,8 @@
9796
},
9897
"HTML::Filter" : {
9998
"file" : "lib/HTML/Filter.pm",
100-
"version" : "3.75"
99+
"version" : "3.75",
100+
"x_deprecated" : 1
101101
},
102102
"HTML::HeadParser" : {
103103
"file" : "lib/HTML/HeadParser.pm",

Diff for: Makefile.PL

-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ my %WriteMakefileArgs = (
2222
"HTML::Tagset" => 0,
2323
"HTTP::Headers" => 0,
2424
"IO::File" => 0,
25-
"LWP::UserAgent" => 0,
2625
"URI" => 0,
2726
"URI::URL" => 0,
2827
"XSLoader" => 0,
@@ -64,7 +63,6 @@ my %FallbackPrereqs = (
6463
"HTML::Tagset" => 0,
6564
"HTTP::Headers" => 0,
6665
"IO::File" => 0,
67-
"LWP::UserAgent" => 0,
6866
"SelectSaver" => 0,
6967
"Test" => 0,
7068
"Test::More" => 0,

Diff for: dist.ini

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ Git::Check.allow_dirty = META.json
3434
[MinimumPerl]
3535
perl = 5.008
3636

37+
[Deprecated]
38+
module = HTML::Filter
39+
3740
[Git::Contributors]
3841
[GithubMeta]
3942
issues = 1

0 commit comments

Comments
 (0)