X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F003_saidso.t;h=7cdd9d2a5dc054f2ef992958b67d38d4d0af3fb1;hb=HEAD;hp=1952e419f2de6d64d21216a0928032f3ed58ebcb;hpb=61b270e45616813d5dbca23f559f296b16b9a634;p=gitmo%2FMoose-Policy.git diff --git a/t/003_saidso.t b/t/003_saidso.t index 1952e41..7cdd9d2 100644 --- a/t/003_saidso.t +++ b/t/003_saidso.t @@ -3,9 +3,16 @@ use strict; use warnings; -use Test::More tests => 22; +use Test::More; BEGIN { + require Moose; + + plan skip_all => 'Moose::Policy does not work with recent versions of Moose' + if Moose->VERSION >= 1.05; + + plan tests => 22; + use_ok('Moose::Policy'); }