Skip to content

moose/MooseX-Types-Meta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

MooseX::Types::Meta - Moose types to check against Moose's meta objects

VERSION

version 0.03

TYPES

TypeConstraint

A Moose::Meta::TypeConstraint.

TypeCoercion

A Moose::Meta::TypeCoercion.

Attribute

A Class::MOP::Attribute.

RoleAttribute

A Moose::Meta::Role::Attribute.

Method

A Class::MOP::Method.

Class

A Class::MOP::Class.

Role

A Moose::Meta::Role.

StructuredTypeConstraint

A MooseX::Meta::TypeConstraint::Structured.

StructuredTypeCoercion

A MooseX::Meta::TypeCoercion::Structured.

ParameterizableRole

A MooseX::Role::Parameterized::Meta::Role::Parameterizable.

ParameterizedRole

A MooseX::Role::Parameterized::Meta::Role::Parameterized.

TypeEquals[`x]

A Moose::Meta::TypeConstraint, that's equal to the type constraint x.

TypeOf[`x]

A Moose::Meta::TypeConstraint, that's either equal to or a subtype of the type constraint x.

SubtypeOf[`x]

A Moose::Meta::TypeConstraint, that's a subtype of the type constraint x.

SUPPORT

Bugs may be submitted through the RT bug tracker (or [email protected]).

There is also a mailing list available for users of this distribution, at http://lists.perl.org/list/moose.html.

There is also an irc channel available for users of this distribution, at #moose on irc.perl.org.

AUTHOR

Florian Ragwitz <[email protected]>

CONTRIBUTOR

Karen Etheridge <[email protected]>

COPYRIGHT AND LICENCE

This software is copyright (c) 2010 by Florian Ragwitz.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

About

Moose types to check against Moose's meta objects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages