summaryrefslogtreecommitdiff
path: root/t/00-load.t
blob: 770261a88d9db9e69dfef301655e215aa57d5615 (plain)
1
2
3
4
5
6
7
8
9
#!perl -T

use Test::More tests => 1;

BEGIN {
	use_ok( 'Net::Vitelity' );
}

diag( "Testing Net::Vitelity $Net::Vitelity::VERSION, Perl $], $^X" );