Role::Tiny::With(3) | User Contributed Perl Documentation | Role::Tiny::With(3) |
Role::Tiny::With - Neat interface for consumers of Role::Tiny roles
package Some::Class; use Role::Tiny::With; with 'Some::Role'; # The role is now mixed in
"Role::Tiny" is a minimalist role composition tool. "Role::Tiny::With" provides a "with" function to compose such roles.
See Role::Tiny for authors.
See Role::Tiny for the copyright and license.
2019-10-25 | perl v5.34.0 |