Provided by: libmoosex-has-options-perl_0.003-1_all bug

NAME

       MooseX::Has::Options::Handler::NativeTypes - Option shortcuts for native types

VERSION

       version 0.003

DESCRIPTION

       This module provides the following shortcut options for MooseX::Has::Options:

       :array
           Translates to "traits => ['Array']"

       :bool
           Translates to "traits => ['Bool']"

       :code
           Translates to "traits => ['Code']"

       :counter
           Translates to "traits => ['Counter']"

       :hash
           Translates to "traits => ['hash']"

       :number
           Translates to "traits => ['Number']"

       :string
           Translates to "traits => ['String']"

AUTHOR

       Peter Shangov <pshangov@yahoo.com>

COPYRIGHT AND LICENSE

       This software is copyright (c) 2012 by Peter Shangov.

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

perl v5.14.2                                2012-1MooseX::Has::Options::Handler::NativeTypes(3pm)