summaryrefslogtreecommitdiff
path: root/t/00-load.t
blob: da6530df177927e5b70f761e7e9cd5b3ad48f289 (plain) (blame)
1
2
3
4
5
6
7
8
use strict;
use warnings;
use Test::More tests => 1;

BEGIN {
    use_ok( 'Dancer::Template::Xslate' ) || print "Bail out!
";
}