|
NAMEMooseX::Types::Base - Type library base classVERSIONversion 0.50DESCRIPTIONYou normally won't need to interact with this class by yourself. It is merely a collection of functionality that type libraries need to interact with moose and the rest of the MooseX::Types module.METHODSimportProvides the import mechanism for your library. See "LIBRARY USAGE" in MooseX::Types for syntax details on this.get_typeThis returns a type from the library's store by its name.type_namesReturns a list of all known types by their name.add_typeAdds a new type to the library.has_typeReturns true or false depending on if this library knows a type by that name.type_storageReturns the library's type storage hash reference. You shouldn't use this method directly unless you know what you are doing. It is not an internal method because overriding it makes virtual libraries very easy.registered_class_typesReturns the class types registered within this library. Don't use directly.register_class_typeRegister a "class_type" for use in this library by class name.get_registered_class_typeGet a "class_type" registered in this library by name.registered_role_typesReturns the role types registered within this library. Don't use directly.register_role_typeRegister a "role_type" for use in this library by role name.get_registered_role_typeGet a "role_type" registered in this library by role name.SEE ALSOMooseX::Types::MooseSUPPORTBugs may be submitted through the RT bug tracker <https://rt.cpan.org/Public/Dist/Display.html?Name=MooseX-Types> (or bug-MooseX-Types@rt.cpan.org <mailto:bug-MooseX-Types@rt.cpan.org>).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" <irc://irc.perl.org/#moose>. AUTHORRobert "phaylon" Sedlacek <rs@474.at>COPYRIGHT AND LICENCEThis software is copyright (c) 2007 by Robert "phaylon" Sedlacek.This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Visit the GSP FreeBSD Man Page Interface. |