summaryrefslogtreecommitdiff
path: root/t/04-xml.t
diff options
context:
space:
mode:
Diffstat (limited to 't/04-xml.t')
-rw-r--r--t/04-xml.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/04-xml.t b/t/04-xml.t
index b7b0af8..84bfe06 100644
--- a/t/04-xml.t
+++ b/t/04-xml.t
@@ -7,7 +7,7 @@ plan skip_all => 'XML::LibXML needed for this test' if $@;
plan tests => 2;
use strict;
use warnings;
-use Tree::Template::Declare options => {builder => '+LibXML'};
+use Tree::Template::Declare builder => '+LibXML';
use Data::Dumper;
xmlns test => 'http://test/';