MooseX::Has::Options::Handler::NativeTypes - Option shortcuts for native types
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']"
Peter Shangov <pshangov@yahoo.com>
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.