DEBSOURCES
Skip Quicknav
sources / libmoosex-methodattributes-perl / 0.32-1 / t / lib / OtherRoleWithAttributes.pm
12345678
package OtherRoleWithAttributes; use MooseX::MethodAttributes::Role; use namespace::autoclean; sub bar : AnAttr { 'bar' } 1;