Role::Tiny::With - Neat interface for consumers of Role::Tiny roles
Contents
Copyright And License
See Role::Tiny for the copyright and license.
perl v5.32.0 2021-01-24 Role::Tiny::With(3pm)
Description
"Role::Tiny" is a minimalist role composition tool. "Role::Tiny::With" provides a "with" function to
compose such roles.
Name
Role::Tiny::With - Neat interface for consumers of Role::Tiny roles
Synopsis
package Some::Class;
use Role::Tiny::With;
with 'Some::Role';
# The role is now mixed in
