Fix test warnings.
[gitmo/Moose-Policy.git] / t / 003_saidso.t
index b3d5d18..1952e41 100644 (file)
@@ -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 = $@;
 }