in reply to Applying roles on the client-side (per-object role composition)

Role::Tiny says
apply_roles_to_object Role::Tiny->apply_roles_to_object($foo, qw(Some::Role1 Some::Role2) +);
  • Comment on Re: Applying roles on the client-side (per-object role composition)
  • Download Code

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
    Perfect, thanks!