From b50cd38c66065004260dba91199187345ee641be Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Mon, 21 Dec 2009 20:26:42 +0100 Subject: [PATCH] use_ok SIP2::ACS --- t/0-load.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t/0-load.t b/t/0-load.t index 8a9eb83..8a83b63 100755 --- a/t/0-load.t +++ b/t/0-load.t @@ -1,10 +1,11 @@ #!/usr/bin/perl -use Test::More tests => 2; +use Test::More tests => 3; use lib 'lib'; BEGIN { use_ok( 'SIP2' ); use_ok( 'SIP2::SC' ); + use_ok( 'SIP2::ACS' ); } -- 2.20.1