summary refs log tree commit diff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/00_compile.t5
1 files changed, 2 insertions, 3 deletions
diff --git a/t/00_compile.t b/t/00_compile.t
index 70ab2a1..7da56d3 100644
--- a/t/00_compile.t
+++ b/t/00_compile.t
@@ -1,5 +1,4 @@
 use strict;
-use Test::More;
+use Test::More tests => 1;
 
-# XXX pourquoi il meurt ?
-BEGIN { plan skip_all => "moooose"; use_ok 'MooseX::Net::API'; use_ok 'MooseX::Net::API::Test' }
+BEGIN { use Moose; use_ok 'MooseX::Net::API'; }