summaryrefslogtreecommitdiffstats
path: root/t/001-basic.t
diff options
context:
space:
mode:
Diffstat (limited to 't/001-basic.t')
-rw-r--r--t/001-basic.t6
1 files changed, 4 insertions, 2 deletions
diff --git a/t/001-basic.t b/t/001-basic.t
index 3873076..28d54c1 100644
--- a/t/001-basic.t
+++ b/t/001-basic.t
@@ -1,9 +1,11 @@
+#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
-use Text::Xslate;
-my $tx = Text::Xslate->new(syntax => 'Handlebars');
+use Text::Handlebars;
+
+my $tx = Text::Handlebars->new;
is(
$tx->render_string(