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