X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faccessor-pred-clear.t;h=4f733218247fae988e83867c267b9b8f415ea711;hb=cd4896a8f533cff4844bee527fafca00bcf16cc5;hp=7d505c20fc5205437dee792b983cd0f50abaaf96;hpb=8f3335481794bd996b3b8e7b6752958b4788fd52;p=gitmo%2FMoo.git diff --git a/t/accessor-pred-clear.t b/t/accessor-pred-clear.t index 7d505c2..4f73321 100644 --- a/t/accessor-pred-clear.t +++ b/t/accessor-pred-clear.t @@ -4,7 +4,7 @@ use Test::More; { package Foo; - use Class::Tiny; + use Moo; has one => ( is => 'ro', lazy => 1, default => sub { 3 },