1Role::Tiny::With(3)   User Contributed Perl Documentation  Role::Tiny::With(3)
2
3
4

NAME

6       Role::Tiny::With - Neat interface for consumers of Role::Tiny roles
7

SYNOPSIS

9        package Some::Class;
10
11        use Role::Tiny::With;
12
13        with 'Some::Role';
14
15        # The role is now mixed in
16

DESCRIPTION

18       "Role::Tiny" is a minimalist role composition tool.  "Role::Tiny::With"
19       provides a "with" function to compose such roles.
20

AUTHORS

22       See Role::Tiny for authors.
23
25       See Role::Tiny for the copyright and license.
26
27
28
29perl v5.30.1                      2019-10-25               Role::Tiny::With(3)
Impressum