#! /usr/bin/perl
#---------------------------------------------------------------------

use Test::More tests => 1;

BEGIN {
    use_ok('DZT::Sample');
}

diag("Testing DZT::Sample $DZT::Sample::VERSION");