summaryrefslogtreecommitdiff
path: root/t/read.t
blob: b267b9a6146aaad7d1482702da018adc90c332ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#make sample read test
use strict;
use Test;

use lib '../lib';

BEGIN { plan tests => 1 }

use Asterisk::config;

my $sip_conf = new Asterisk::config(file=>'t/test.conf');
ok($sip_conf);