The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

CLI::Gwrapper.pm - specifies requirements for the Gwrapper role for CLI::Gwrap

VERSION

version 0.027

SYNOPSIS

 package CLI::Gwrapper::My_Gwrapper;

 use Moo with CLI::Gwrapper;     # make your wrapper satisfy the Gwrapper role

    ...

DESCRIPTION

CLI::Gwrapper provides attributes, methods and requirements of the CLI::Gwrapper role, thus allowing My_Gwrapper to be used as a plugin for CLI::Gwrap.

SEE ALSO CLI::Gwrap

AUTHOR

Reid Augustin <reid@hellosix.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Reid Augustin.

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