Result for 6BDD41F54521D98EAE999772A2643076DACD21F3

Query result

Key Value
FileName./usr/share/man/man3/Catalyst::Controller::ActionRole.3pm.gz
FileSize3677
MD5A3944D998978B745E27B71F87153C7B2
SHA-16BDD41F54521D98EAE999772A2643076DACD21F3
SHA-256D6E2A869EF621B1D04A122332EDD2590F744D296EBFD6989359431E317BC381B
SSDEEP96:TgtDUhl+5W1a43mgIe2iN542eI25glQE+Yzjx9/Pvx03IROMIFDoz:Etal+Y2gr2K4G2gQEDj7nvxvOPEz
TLSHT1AC716DD4092FF035B223C5361C08C4825AD50D196D3D685F9D1DEC7948A958CA7FAE74
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
MD5533FDCB81E4C40C6165129557F646BCB
PackageArchnoarch
PackageDescriptionThis module allows one to apply the Moose::Role manpages 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 the Catalyst::Controller/action manpage and configured with the Catalyst::Controller/action_args manpage: 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.61
PackageVersion0.17
SHA-15A04826B08EBD1BDFA075F7978199E8631FA9341
SHA-256D7B33E47A55C4DB3AD1B17B2B4E55883EC33BA3FB340B61512F45B85BE5D9734