summaryrefslogtreecommitdiffstats
path: root/lib/MooseX/Bread/Board/Meta/Role/Instance.pm
blob: 93648e2eb8d5f648748935d504b3ea8eb5d77d0a (plain) (blame)
1
2
3
4
5
6
7
8
9
package MooseX::Bread::Board::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;