logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Authors

       See Role::Tiny for authors.

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

See Also