From b85f601bdcfc50fd6223048f3c07ba29cbd56346 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Fri, 4 Dec 2009 09:52:26 +0100 Subject: small updates to tests --- t/00_compile.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't/00_compile.t') diff --git a/t/00_compile.t b/t/00_compile.t index 86438a0..10b03a4 100644 --- a/t/00_compile.t +++ b/t/00_compile.t @@ -1,4 +1,4 @@ use strict; -use Test::More tests => 1; +use Test::More tests => 2; -BEGIN { use_ok 'MooseX::Net::API' } +BEGIN { use_ok 'MooseX::Net::API'; use_ok 'MooseX::Net::API::Test' } -- cgit 1.4.1