The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

VERSION

version 0.030

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.