factor out and rename
[gitmo/Role-Tiny.git] / t / accessor-pred-clear.t
index 7d505c2..4f73321 100644 (file)
@@ -4,7 +4,7 @@ use Test::More;
 {
   package Foo;
 
-  use Class::Tiny;
+  use Moo;
 
   has one => (
     is => 'ro', lazy => 1, default => sub { 3 },