aboutsummaryrefslogtreecommitdiff
path: root/t/htmlbalance.t
diff options
context:
space:
mode:
Diffstat (limited to 't/htmlbalance.t')
-rwxr-xr-xt/htmlbalance.t3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/htmlbalance.t b/t/htmlbalance.t
index 783ed9841..e5a5db0ee 100755
--- a/t/htmlbalance.t
+++ b/t/htmlbalance.t
@@ -5,10 +5,9 @@ use strict;
BEGIN {
eval q{
use HTML::TreeBuilder;
- use XML::Atom::Util qw(encode_xml);
};
if ($@) {
- eval q{use Test::More skip_all => "HTML::TreeBuilder or XML::Atom::Util not available"};
+ eval q{use Test::More skip_all => "HTML::TreeBuilder not available"};
}
else {
eval q{use Test::More tests => 7};