Skip Menu |

This queue is for tickets about the Role-Tiny CPAN distribution.

Report information
The Basics
Id: 123917
Status: open
Priority: 0/
Queue: Role-Tiny

People
Owner: Nobody in particular
Requestors: DBOOK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Document cleanup of imports
From testing it seems that, similar to Moo::Role, any imports or subs declared before 'use Role::Tiny;' will not be composed in with the role, but imports or subs declared after are composed. This should be documented similarly to https://metacpan.org/pod/Moo::Role#CLEANING-UP-IMPORTS .