action_rolesãæå®ãã¦ãã³ã³ããã¼ã©å ¨ä½ã«modifierãããã¨å¾®å¦ã ããã ä¾ãã°ãããªæãã package Umakatter::Web::Controller::Example; use strict; use warnings; use base qw/Catalyst::Controller::ActionRole/; __PACKAGE__->config( action_roles => ['~Example'], ); sub index : Path : Args(0) { my ( $self , $c ) = @_; } 1; package Umakatter::Web::ActionRole::Example; use Moose::Role; after execute => sub { my ($self, $controller, $c) =
{{#tags}}- {{label}}
{{/tags}}