Minions

 view release on metacpan or  search on metacpan

lib/Minions/Implementation.pm  view on Meta::CPAN

    }
    elsif($arg->{attr_style} eq 'uc' || ! $arg->{attr_style}) {
        $slot = uc $slot;
    }
    $stash->add_symbol(
        sprintf('$%s%s', $prefix, $slot),
        \ $sym_val
    );
}

sub update_args {}

1;

__END__

=head1 NAME

Minions::Implementation

=head1 SYNOPSIS

lib/Minions/Role.pm  view on Meta::CPAN

package Minions::Role;

require Minions::Implementation;

our @ISA = qw( Minions::Implementation );

sub update_args {
    my ($class, $arg) = @_;

    $arg->{role} = 1;    
}

1;

__END__

=head1 NAME

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.067 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )