initial commit
[Net-VoIP_Innovations.git] / t / 00-load.t
1 #!perl -T
2
3 use Test::More tests => 1;
4
5 BEGIN {
6         use_ok( 'Net::VoIP_Innovations' );
7 }
8
9 diag( "Testing Net::VoIP_Innovations $Net::VoIP_Innovations::VERSION, Perl $], $^X" );