line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package ## Hide from PAUSE |
2
|
|
|
|
|
|
|
MooseX::Meta::TypeCoercion::Structured; |
3
|
|
|
|
|
|
|
|
4
|
21
|
|
|
21
|
|
213
|
use Moose; |
|
21
|
|
|
|
|
45
|
|
|
21
|
|
|
|
|
184
|
|
5
|
|
|
|
|
|
|
extends 'Moose::Meta::TypeCoercion'; |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
# We need to make sure we can properly coerce the structure elements inside a |
8
|
|
|
|
|
|
|
# structured type constraint. However requirements for the best way to allow |
9
|
|
|
|
|
|
|
# this are still in flux. For now this class is a placeholder. |
10
|
|
|
|
|
|
|
# see also Moose::Meta::TypeCoercion. |
11
|
|
|
|
|
|
|
|
12
|
21
|
|
|
21
|
|
141629
|
no Moose; |
|
21
|
|
|
|
|
45
|
|
|
21
|
|
|
|
|
111
|
|
13
|
|
|
|
|
|
|
__PACKAGE__->meta->make_immutable(inline_constructor => 0); |