We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c6c0af commit dc5585bCopy full SHA for dc5585b
Build.PL
@@ -36,12 +36,14 @@ my $builder = $class->new(
36
build_requires => {
37
'Module::Build' => 0,
38
'Test::Exception' => 0,
39
+ 'Test::Fatal' => 0,
40
'Test::More' => 0,
41
'HTML::Parser' => 3.46,
42
'HTML::Tagset' => 3.02,
43
'LWP::UserAgent' => 0,
44
'URI::file' => 0,
45
'Pod::Usage' => 0,
46
+ 'Scalar::Util' => 0,
47
},
48
requires => {
49
Changes
@@ -1,5 +1,10 @@
1
Changelog for HTML-Tree
2
3
+5.05 UNRELEASED
4
+
5
+ [FIXES]
6
+ * Add missing Test::Fatal build dep. RT #121230
7
8
5.04 2017--04-17
9
Release by Jeff Fearn
10
0 commit comments