blob: 860081ab32ce7b44ffbb63dab3e579d54d6986c8 (
plain)
1
2
3
4
5
6
7
8
9
|
#!perl -T
use Test::More tests => 1;
BEGIN {
use_ok( 'Net::Indosoft::Voicebridge' );
}
diag( "Testing Net::Indosoft::Voicebridge $Net::Indosoft::Voicebridge::VERSION, Perl $], $^X" );
|