package Mootility; use Moo; use strictures 2; extends Utility; has session_param => { is => 'rw', isa => sub { return ($#_ >= 1) ? $self->set_session_param(@_) : $self->get_session_param(@_); } } # etc.
One world, one people
In reply to Re: Refactoring old modules to use roles
by anonymized user 468275
in thread Refactoring old modules to use roles
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |