summaryrefslogtreecommitdiffstats
path: root/lib/Bread/Board/Declare/Meta/Role/Instance.pm
blob: 3745b82f59ae4f2e2ba2355ee181548d4185a85b (plain) (blame)
1
2
3
4
5
6
7
8
9
package Bread::Board::Declare::Meta::Role::Instance;
use Moose::Role;

# XXX: ugh, this should be settable at the attr level, fix this in moose
sub inline_get_is_lvalue { 0 }

no Moose::Role;

1;