Skip to content

Commit dc5585b

Browse files
author
Jeff Fearn
committed
RT #121230: Undeclared dependency Test::Fatal
Add missing deps to buildreqs.
1 parent 8c6c0af commit dc5585b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Build.PL

+2
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,14 @@ my $builder = $class->new(
3636
build_requires => {
3737
'Module::Build' => 0,
3838
'Test::Exception' => 0,
39+
'Test::Fatal' => 0,
3940
'Test::More' => 0,
4041
'HTML::Parser' => 3.46,
4142
'HTML::Tagset' => 3.02,
4243
'LWP::UserAgent' => 0,
4344
'URI::file' => 0,
4445
'Pod::Usage' => 0,
46+
'Scalar::Util' => 0,
4547
},
4648
requires => {
4749
'HTML::Parser' => 3.46,

Changes

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Changelog for HTML-Tree
22

3+
5.05 UNRELEASED
4+
5+
[FIXES]
6+
* Add missing Test::Fatal build dep. RT #121230
7+
38
5.04 2017--04-17
49
Release by Jeff Fearn
510

0 commit comments

Comments
 (0)