VERSION

version 0.003

DESCRIPTION

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

:array

Translates to \*(C`traits => ['Array']\*(C'

:bool

Translates to \*(C`traits => ['Bool']\*(C'

:code

Translates to \*(C`traits => ['Code']\*(C'

:counter

Translates to \*(C`traits => ['Counter']\*(C'

:hash

Translates to \*(C`traits => ['hash']\*(C'

:number

Translates to \*(C`traits => ['Number']\*(C'

:string

Translates to \*(C`traits => ['String']\*(C'

AUTHOR

Peter Shangov <[email protected]>

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.