MooseX::FollowPBP::Role::Attribute - MooseX::FollowPBP::Role::Attribute documentation


MooseX-FollowPBP documentation  | view source Contained in the MooseX-FollowPBP distribution.

Index


NAME

Top

MooseX::FollowPBP::Role::Attribute

VERSION

Top

version 0.05

SYNOPSIS

Top

  Moose::Util::MetaRole::apply_metaclass_roles(
      for             => $p{for_class},
      class_metaroles => {
          attribute => ['MooseX::FollowPBP::Role::Attribute'],
      },
  );

DESCRIPTION

Top

This role applies a method modifier to the _process_options() method, and tweaks the reader and writer parameters so that they follow the style recommended in Perl Best Practices.

AUTHOR

Top

Dave Rolsky <autarch@urth.org>

COPYRIGHT AND LICENSE

Top


MooseX-FollowPBP documentation  | view source Contained in the MooseX-FollowPBP distribution.