#!/usr/bin/env perl use warnings; use strict; =head1 DESCRIPTION This is a template for your own tests. Copy it and modify it. =cut use Jifty::Test::Dist tests => 1; ok(1, "Loaded the test script"); 1;