NAME
Hobocamp::Role::Widget - A role for all widgets
VERSION
version 0.501
SYNOPSIS
package Some::Thing;
use Moose;
with 'Hobocamp::Role::Widget';
DESCRIPTION
Provides information and functionality to any of dialog's widgets.
AUTHOR
Adam Flott <adam@npjh.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Adam Flott <adam@npjh.com>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.