1 package Role::Tiny::With;
4 use warnings FATAL => 'all';
8 our @EXPORT = qw( with );
12 Role::Tiny->apply_role_to_package($target, @_)
19 Role::Tiny::With - Neat interface for consumers of Role::Tiny roles
29 # The role is now mixed in
33 C<Role::Tiny> is a minimalist role composition tool. C<Role::Tiny::With>
34 provides a C<with> function to compose such roles.
38 See L<Moo> for authors.
40 =head1 COPYRIGHT AND LICENSE
42 See L<Moo> for the copyright and license.