Factor out Role's before/after/around into a helper function
authorShawn M Moore <sartak@gmail.com>
Sun, 10 May 2009 16:41:00 +0000 (12:41 -0400)
committerShawn M Moore <sartak@gmail.com>
Sun, 10 May 2009 16:41:53 +0000 (12:41 -0400)
commit2e3c7aa0534b1f6b916253028d2b498e0db789e8
tree5bbcdc6a231f2f43fa813b02cbb3373c146dedda
parent1276b4c9fefb8de9231ce0515880a123a6165684
Factor out Role's before/after/around into a helper function

    I would use Moose::Util::add_method_modifier but that supports
    regular expressions for the method name, which roles do not.
lib/Moose/Role.pm