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

use Test::More tests => 1;

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

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