X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F003_saidso.t;h=1952e419f2de6d64d21216a0928032f3ed58ebcb;hb=82a71d18b1c208770d94a4ea87e9e75f7641df9a;hp=b3d5d185d359add9ecf922e40306dcfdd60131df;hpb=09eff61e69700c952ff66a56e7ee1b20535654fa;p=gitmo%2FMoose-Policy.git diff --git a/t/003_saidso.t b/t/003_saidso.t index b3d5d18..1952e41 100644 --- a/t/003_saidso.t +++ b/t/003_saidso.t @@ -54,7 +54,7 @@ my $oops; has 'bar' => (default => 'Foo::bar'); has 'baz' => (default => 'Foo::baz'); - has 'bop' => (is => 'no', default => 'woot'); + has 'bop' => (is => 'bare', default => 'woot'); eval { has 'oops' => (is => 'thbbbt'); }; $oops = $@; }