[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
0xampp
/
perl
/
vendor
/
lib
/
MooseX
/
Meta
/
TypeCoercion
/
[
Home
]
File: Structured.pm
package ## Hide from PAUSE MooseX::Meta::TypeCoercion::Structured; our $VERSION = '0.36'; use Moose; extends 'Moose::Meta::TypeCoercion'; # We need to make sure we can properly coerce the structure elements inside a # structured type constraint. However requirements for the best way to allow # this are still in flux. For now this class is a placeholder. # see also Moose::Meta::TypeCoercion. no Moose; __PACKAGE__->meta->make_immutable(inline_constructor => 0);