summaryrefslogtreecommitdiffstats
path: root/lib/Bread/Board/Declare/Meta/Role/Instance.pm
blob: dc4602d00af0e75d25e5746da6ee14a23c744a54 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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;

=pod

=begin Pod::Coverage

inline_get_is_lvalue

=end Pod::Coverage

=cut

1;