summaryrefslogtreecommitdiff
path: root/t/tests/maker.t
diff options
context:
space:
mode:
Diffstat (limited to 't/tests/maker.t')
-rw-r--r--t/tests/maker.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/tests/maker.t b/t/tests/maker.t
index 38fbfd8..25823a6 100644
--- a/t/tests/maker.t
+++ b/t/tests/maker.t
@@ -18,7 +18,7 @@ $srcdir.child('document.en.tt').spurt('en');
my $wc = WebCoso.new(:$srcdir,:$destdir);
-my $m = WebCoso::Maker::TT.new(basename=>'document',dir=>Nil,:$wc);
+my $m = WebCoso::Maker::TT.new(basename=>'document',dir=>'',:$wc);
my %output = $m.get-files();