Role::Tiny::With

Section: User Contributed Perl Documentation (3pm)
Updated: 2021-01-24
Index Return to Main Contents
 

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

 

DESCRIPTION

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

AUTHORS

See Role::Tiny for authors.  

COPYRIGHT AND LICENSE

See Role::Tiny for the copyright and license.


 

Index

NAME
SYNOPSIS
DESCRIPTION
AUTHORS
COPYRIGHT AND LICENSE

This document was created by man2html, using the manual pages.
Time: 08:04:48 GMT, May 18, 2024