summary refs log tree commit diff
path: root/t/00_compile.t
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-02-10 14:11:47 +0100
committerfranck cuny <franck@lumberjaph.net>2010-02-10 14:11:47 +0100
commit3cf29ca9877089a8a26dcf16a9d757f681a42eba (patch)
tree1b9031d7085aaca0d04492e93544d2f0f072ac7c /t/00_compile.t
parentexport private and protected (diff)
downloadmoosex-privacy-3cf29ca9877089a8a26dcf16a9d757f681a42eba.tar.gz
add basic tests
Diffstat (limited to 't/00_compile.t')
-rw-r--r--t/00_compile.t2
1 files changed, 1 insertions, 1 deletions
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' }