aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-MooX-Thunking/pkg-descr
blob: 69ce05f13a81a52ce3380280066e1dca914902e7 (plain) (blame)
1
2
3
4
This is a Moo extension. It allows another value for the is parameter to "has"
in Moo: "thunked". If used, this will allow you to transparently provide either
a real value for the attribute, or a "CodeLike" in Types::TypeTiny that when
called will return such a real value.