1#!perl -T
2
3use Test::More tests => 1;
4
5BEGIN {
6    use_ok( 'Tenjin' ) || print "Bail out!
7";
8}
9
10diag( "Testing Tenjin $Tenjin::VERSION, Perl $], $^X" );
11