From 3cf29ca9877089a8a26dcf16a9d757f681a42eba Mon Sep 17 00:00:00 2001 From: franck cuny Date: Wed, 10 Feb 2010 14:11:47 +0100 Subject: add basic tests --- t/00_compile.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/00_compile.t') diff --git a/t/00_compile.t b/t/00_compile.t index d67722e..14cc741 100644 --- a/t/00_compile.t +++ b/t/00_compile.t @@ -1,4 +1,4 @@ use strict; use Test::More tests => 1; -BEGIN { use_ok 'MooseX::Privacy' } +BEGIN { use Moose; use_ok 'MooseX::Privacy' } -- cgit 1.4.1