X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F010_FollowPBP_test.t;h=097fa5570dd1e3020a7306214288434cf9ae3cb5;hb=HEAD;hp=d010167cd5d0532c66b94949d90f59cfadedbbd2;hpb=61b270e45616813d5dbca23f559f296b16b9a634;p=gitmo%2FMoose-Policy.git diff --git a/t/010_FollowPBP_test.t b/t/010_FollowPBP_test.t index d010167..097fa55 100644 --- a/t/010_FollowPBP_test.t +++ b/t/010_FollowPBP_test.t @@ -3,9 +3,16 @@ use strict; use warnings; -use Test::More tests => 28; +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 => 28; + use_ok('Moose::Policy'); }