NAME

list_methods_for_native_trait - List available delegation targets for Moose native traits

VERSION

version 0.6

SYNOPSIS

    # see available traits
    list_methods_for_native_trait

    # see available delegation targets for Hash traits
    list_methods_for_native_trait Hash

DESCRIPTION

Love native traits but can't remember the names of the methods you need to delegate to in your handles statement? This script will help.

SEE ALSO

You may also be interested in mex(1) - a console-based Moose class inspector.

AUTHOR

John SJ Anderson <genehack@genehack.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by John SJ Anderson.

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