MooseX-MethodAttributes 0.25 Deleted
Kwalitee Issues
This is not the latest release. The following issues may have already been fixed in the newer releases.
No Core Issues.
- meta_yml_declares_perl_version
-
If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.
- meta_yml_has_provides
-
Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.
Modules
Name | Abstract | Version | View |
---|---|---|---|
MooseX::MethodAttributes | code attribute introspection | 0.25 | metacpan |
MooseX::MethodAttributes::Inheritable | inheritable code attribute introspection | 0.25 | metacpan |
MooseX::MethodAttributes::Role | code attribute introspection | 0.25 | metacpan |
MooseX::MethodAttributes::Role::AttrContainer | capture code attributes in the class' metaclass | 0.25 | metacpan |
MooseX::MethodAttributes::Role::AttrContainer::Inheritable | capture code attributes in the automatically initialized metaclass instance | 0.25 | metacpan |
MooseX::MethodAttributes::Role::Meta::Class | metaclass role for storing code attributes | 0.25 | metacpan |
MooseX::MethodAttributes::Role::Meta::Map | generic role for storing code attributes used by classes and roles with attributes | 0.25 | metacpan |
MooseX::MethodAttributes::Role::Meta::Method | metamethod role allowing code attribute introspection | 0.25 | metacpan |
MooseX::MethodAttributes::Role::Meta::Method::MaybeWrapped | proxy attributes of wrapped methods if their metaclass supports it | 0.25 | metacpan |
MooseX::MethodAttributes::Role::Meta::Method::Wrapped | wrapped metamethod role allowing code attribute introspection | 0.25 | metacpan |
MooseX::MethodAttributes::Role::Meta::Role | metarole role for storing code attributes | 0.25 | metacpan |
MooseX::MethodAttributes::Role::Meta::Role::Application | generic role for applying a role with method attributes to something | 0.25 | metacpan |
MooseX::MethodAttributes::Role::Meta::Role::Application::Summation | Role applied to the class responsible for role summation which ensures method attributes propagate from the roles being summed onto the combined role. | 0.25 | metacpan |