Result for FFB3DC3D43710825596DDAC8D9A158C4B9A90AFE

Query result

Key Value
FileName./usr/share/man/man3/Catalyst::Controller::ActionRole.3pm.gz
FileSize3676
MD53D6F1233A08C1D4AD0730D235ECD509E
SHA-1FFB3DC3D43710825596DDAC8D9A158C4B9A90AFE
SHA-256385BC8EBF0FB990D7A561ECC0BE65CA3A144711B36A4B529E6B7B5633112F11A
SSDEEP96:vb7cc1nKsduXjgdpJTs5iDqGafMjxI9/Pk23IwOab:vb7H1nQqe5wtjenkkOS
TLSHT1D8717DDC442B293AF506E373A5A455C376F6B0A22C353853C226B534295C44C0C3AE18
hashlookup:parent-total1
hashlookup:trust55

Network graph view

Parents (Total: 1)

The searched file hash is included in 1 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
MD5445C9345975967F0B681E502C31830F4
PackageArchnoarch
PackageDescriptionThis module allows one to apply Moose::Roles to the 'Catalyst::Action's for different controller methods. For that a 'Does' attribute is provided. That attribute takes an argument, that determines the role, which is going to be applied. If that argument is prefixed with '+', it is assumed to be the full name of the role. If it's prefixed with '~', the name of your application followed by '::ActionRole::' is prepended. If it isn't prefixed with '+' or '~', the role name will be searched for in '@INC' according to the rules for role prefix searching. It's possible to apply roles to *all* actions of a controller without specifying the 'Does' keyword in every action definition: package MyApp::Controller::Bar use Moose; use namespace::autoclean; BEGIN { extends 'Catalyst::Controller::ActionRole' } __PACKAGE__->config( action_roles => ['Foo', '~Bar'], ); sub moo : Local { ... } Additionally, roles can be applied to selected actions without specifying 'Does' using Catalyst::Controller/action and configured with Catalyst::Controller/action_args: package MyApp::Controller::Baz; use Moose; use namespace::autoclean; BEGIN { extends 'Catalyst::Controller::ActionRole' } __PACKAGE__->config( action_roles => [qw( Foo )], action => { some_action => { Does => [qw( ~Bar )] }, another_action => { Does => [qw( +MyActionRole::Baz )] }, }, action_args => { another_action => { customarg => 'arg1' }, } ); sub some_action : Local { ... } sub another_action : Local { ... }
PackageNameperl-Catalyst-Controller-ActionRole
PackageRelease1.58
PackageVersion0.17
SHA-104884CCD5C85636B74714435A30A77CD9F759229
SHA-256785816BE0CDAFD862317BED0B89F0D4FFE68D4F9F88436116EEAC0D7D2DCD8B3