kasei / attean

A Perl Semantic Web Framework
19 stars 10 forks source link

fix Moo::Role/Role::Tiny imports #142

Closed haarg closed 4 years ago

haarg commented 4 years ago

Moo::Role and Role::Tiny shouldn't be 'use'd in the same package.

Moo::Roles shouldn't be applied using Role::Tiny.

Role::Tiny should be loaded explicitly in the locations using its subs/methods directly.

This fixes #141.

kasei commented 4 years ago

@haarg++