Codebase list libgraphics-primitive-perl / HEAD t / 00-load.t
HEAD

Tree @HEAD (Download .tar.gz)

00-load.t @HEADraw · history · blame

1
2
3
4
5
6
7
8
9
#!perl -T

use Test::More tests => 1;

BEGIN {
	use_ok( 'Graphics::Primitive' );
}

diag( "Testing Graphics::Primitive $Graphics::Primitive::VERSION, Perl $], $^X" );