Gapp
view release on metacpan or search on metacpan
lib/Gapp/Moose/Meta/Attribute/Trait/GappCheckMenuItem.pm view on Meta::CPAN
package Gapp::Moose::Meta::Attribute::Trait::CheckMenuItem;
{
$Gapp::Moose::Meta::Attribute::Trait::CheckMenuItem::VERSION = '0.60';
}
use Moose::Role;
before '_process_options' => sub {
my ( $class, $name, $opts ) = @_;
$opts->{gclass} = 'Gapp::CheckMenuItem' if ! exists $opts->{class};
};
package Moose::Meta::Attribute::Custom::Trait::CheckMenuItem;
{
$Moose::Meta::Attribute::Custom::Trait::CheckMenuItem::VERSION = '0.60';
}
sub register_implementation { 'Gapp::Moose::Meta::Attribute::Trait::GappCheckMenuItem' };
1;
( run in 0.600 second using v1.01-cache-2.11-cpan-39bf76dae61 )