package Gapp::Moose::Meta::Attribute::Trait::GappMenuToolButton; { $Gapp::Moose::Meta::Attribute::Trait::GappMenuToolButton::VERSION = '0.481'; } use Moose::Role; before '_process_options' => sub { my ( $class, $name, $opts ) = @_; $opts->{gclass} = 'Gapp::MenuToolButton' if ! exists $opts->{class}; }; package Moose::Meta::Attribute::Custom::Trait::GappMenuToolButton; { $Moose::Meta::Attribute::Custom::Trait::GappMenuToolButton::VERSION = '0.481'; } sub register_implementation { 'Gapp::Moose::Meta::Attribute::Trait::GappMenuToolButton' }; 1;