The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!perl

use Test::More tests => 1;

BEGIN {
    use_ok( 'PDL::Drawing::Prima::Utils' )
		or BAIL_OUT('Unable to load PDL::Drawing::Prima::Utils!');
}
use PDL::Drawing::Prima;

diag( "Testing PDL::Drawing::Prima::Utils $PDL::Drawing::Prima::Utils::VERSION, Perl $], $^X" );