aboutsummaryrefslogtreecommitdiff
path: root/t/htmlbalance.t
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-11-17 14:27:11 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-11-17 14:27:11 -0500
commit181bdbe1a9a8a1eb07259466361d98bdc1378499 (patch)
treed9da541dabc68439922c5b7f3a055d20ff06e575 /t/htmlbalance.t
parent43039d7d86ea66578743867a0b1d484e65816bb2 (diff)
downloadikiwiki-181bdbe1a9a8a1eb07259466361d98bdc1378499.tar
ikiwiki-181bdbe1a9a8a1eb07259466361d98bdc1378499.tar.gz
use HTML::Entities
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};