in reply to Applying roles on the client-side (per-object role composition)
apply_roles_to_object Role::Tiny->apply_roles_to_object($foo, qw(Some::Role1 Some::Role2) +);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Applying roles on the client-side (per-object role composition)
by perlancar (Hermit) on May 22, 2020 at 11:49 UTC |