-
-
07 Feb 2017 19:00:28 UTC
- Distribution: MooseX-Types
- Module version: 0.50
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (12)
- Testers (9380 / 10 / 2)
- Kwalitee
Bus factor: 5- 93.49% Coverage
- License: perl_5
- Perl: v5.8.0
- Activity
24 month- Tools
- Download (55.91KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 15 contributors-
Robert "phaylon" Sedlacek
-
Dave Rolsky
-
John Napiorkowski
-
Robert 'phaylon' Sedlacek
-
Rafael Kitover
-
Florian Ragwitz
-
Matt S Trout
-
Tomas Doran (t0m)
-
Jesse Luehrs
-
Mark Fowler
-
Hans Dieter Pearcey
-
Graham Knop
-
Paul Fenwick
-
Kent Fredric
-
Justin Hunter
- Dependencies
- Carp
- Carp::Clan
- Exporter
- Module::Runtime
- Moose
- Moose::Exporter
- Moose::Meta::TypeConstraint::Union
- Moose::Util::TypeConstraints
- Scalar::Util
- Sub::Exporter
- Sub::Exporter::ForMethods
- Sub::Install
- Sub::Name
- base
- namespace::autoclean
- overload
- strict
- warnings
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
MooseX::Types::Base - Type library base class
VERSION
version 0.50
DESCRIPTION
You 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.
METHODS
import
Provides the import mechanism for your library. See "LIBRARY USAGE" in MooseX::Types for syntax details on this.
get_type
This returns a type from the library's store by its name.
type_names
Returns a list of all known types by their name.
add_type
Adds a new type to the library.
has_type
Returns true or false depending on if this library knows a type by that name.
type_storage
Returns 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_types
Returns the class types registered within this library. Don't use directly.
register_class_type
Register a
class_type
for use in this library by class name.get_registered_class_type
Get a
class_type
registered in this library by name.registered_role_types
Returns the role types registered within this library. Don't use directly.
register_role_type
Register a
role_type
for use in this library by role name.get_registered_role_type
Get a
role_type
registered in this library by role name.SEE ALSO
SUPPORT
Bugs may be submitted through the RT bug tracker (or 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
onirc.perl.org
.AUTHOR
Robert "phaylon" Sedlacek <rs@474.at>
COPYRIGHT AND LICENCE
This 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.
Module Install Instructions
To install MooseX::Types, copy and paste the appropriate command in to your terminal.
cpanm MooseX::Types
perl -MCPAN -e shell install MooseX::Types
For more information on module installation, please visit the detailed CPAN module installation guide.