Result for 1A96EA1D0120003B30AB8C86422ECE66B031122A

Query result

Key Value
FileName./usr/share/perl5/Catalyst/Controller/ActionRole.pm
FileSize12259
MD5DA2DAC5A796DBC806A8097CC7D6C99F9
SHA-11A96EA1D0120003B30AB8C86422ECE66B031122A
SHA-256E8209E52DB4DB3D133BF25FA11A2118BC1188E2105E38ACFAED1E9657958ECA1
SSDEEP192:l/cc+vSJ6GJ2FjRNZeV7mbSVpS3GFsYrFd/BIQWAgNb3mkkMZSp/zLNLkthZ2:lgem0bmdCiPZ2
TLSHT18A42832332C6B3F1065350AA77C744696A38F05F27F6960134ECF9089F61ABA62B355F
tar:gnamebin
tar:unameroot
hashlookup:parent-total45
hashlookup:trust100

Network graph view

Parents (Total: 45)

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

Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.8/packages//mips64//p5-Catalyst-Controller-ActionRole-0.17.tgz
MD50F95E5E863499FF791A2A1D5331A9010
SHA-10202BA345E656028FDD498498A29F256B7968809
SHA-256898E7FCC6014FAC6C8072B11A1A62AA6F4A57D7903F0FD177485734817FDF905
SSDEEP192:GvxlcXuQmfKx17Kg9CgfAChBp3n+7Ia7A1bJamG6:Gv4ZxL7X/wmb9j
TLSHT1ADE1AF33244C3BC85868B4058A23036766F6666B1975F28CED2405B23023E5AFE3FDAD
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.9/packages//amd64//p5-Catalyst-Controller-ActionRole-0.17.tgz
MD5D4FEE3493718CFBF3F24433E1B8F882B
SHA-1047E17184E9C9E994615AC33946E97DF65103AEE
SHA-2564CFDD196E10E40FFFD3D0F9CBF5B08E0845232C533F458F2F8EC9AA79778CE30
SSDEEP192:F8xucXiT/KnQNcjyEWCz6APW5LJniBO2xsU1bouSFtUR:F89yTUQyeXCOAuxJiE2qWbo1FWR
TLSHT187E19E31111E8714A8DDBB1875F1107BA793E5E8A4E403C65A42E2F38A452BEEFCA119
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
Key Value
MD5EDACAC99E574EFBD14427D53B308A865
PackageArchnoarch
PackageDescriptionThis module allows to apply roles to the Catalyst::Actions for different controller methods.
PackageMaintainerFedora Project
PackageNameperl-Catalyst-Controller-ActionRole
PackageRelease4.fc24
PackageVersion0.17
SHA-1066FC4AAED337532311E25C5261F7066E6D6DB88
SHA-25698F9822914A2EA37A6A925826195A75067D4BDF52CBCF7BC232EB746CBC27B96
Key Value
MD541C5018DCBD94FDB24022B0CA9CE4B94
PackageArchnoarch
PackageDescriptionThis module allows to apply roles to the Catalyst::Actions for different controller methods.
PackageMaintainerFedora Project
PackageNameperl-Catalyst-Controller-ActionRole
PackageRelease18.fc34
PackageVersion0.17
SHA-1079C11AD3A789B91AD9D42792179AB497EAC392E
SHA-256E727148B94F4364E4204DCA4F7AC5DF6C34D5F67F3BB3F52FEF7D9094C5C8D32
Key Value
FileSize11628
MD5BF43AA70BB58D0BC4F30408C133DA9FD
PackageDescriptionmodule for applying roles to action instances Catalyst::Controller::ActionRole allows one to apply Moose::Roles to the Catalyst::Actions for different controller methods. . As of version 5.90013, Catalyst has merged this functionality into the core Catalyst::Controller. You should no longer use this module for new development and it is recommended to switch to the core controller as soon as practical.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamelibcatalyst-controller-actionrole-perl
PackageSectionperl
PackageVersion0.17-2
SHA-1080337A741F8E8315B30BF014BDC10B96BEB1964
SHA-256BC69C6846EBC8C00D1404BF89A830062FB0A0D37A5540A9D3B3F9EE3F219E470
Key Value
MD5C03990BD1063A286DB6F8A7E0C9E99AB
PackageArchnoarch
PackageDescriptionThis module allows to apply 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. Additionally it's possible to to apply roles to *all* actions of a controller without specifying the 'Does' keyword in every action definition:
PackageMaintainerumeabot <umeabot>
PackageNameperl-Catalyst-Controller-ActionRole
PackageRelease5.mga8
PackageVersion0.170.0
SHA-10E760FBD337DC5318D658B863A4DDD92846C8134
SHA-256899B15A573E7F102A2302E52632F605DAC9CE65249E166ED2F49968366B52C01
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.8/packages//powerpc64//p5-Catalyst-Controller-ActionRole-0.17.tgz
MD5B6DD4DF12F939DC91DD8CB4E7A206AF2
SHA-116CDEDC834EC3B544A8895840F59FB4D18BFC023
SHA-256E9A9884ADBA37B971960AFE8C823254391B691384EF1BB1862B592299443F176
SSDEEP192:GknxlcXhnnRSZciz67USPByEMonrE8gAnIM7cBHJiKc:Gkn4tRSFodt/nRIP1w
TLSHT1ABE1AF2CD802B518927D020BE12B957DE10EECC1BB72FB5A9096C7D9A012F4B9B0B01E
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.8/packages//sparc64//p5-Catalyst-Controller-ActionRole-0.17.tgz
MD5E012765484D0A5A62E6589D56392F967
SHA-1185C7918B1C6F844393B0F245199FBE3CA3DAE54
SHA-2560224B83A0A9DC8403E295698AF8A825F33F6F140F333CF8E297C8B27423EBCA9
SSDEEP192:GeUCxlcXBkjx4I5cHz67USPByESoMoltFsH1Y6XxfW68R/:GeN4xkV4IWodtZFJsHC6XdW68R/
TLSHT11BE1BEBCC0E3F41050DA2F23E39A512CD1BE9E27DC9FA25825D6D7C815E0C4BDB9550A
Key Value
MD53248CD0266FD2AF48BCD9EAD73535F72
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
PackageReleaselp152.1.1
PackageVersion0.17
SHA-11E1D15808DCFF0504E6593F17DF946927D6A491C
SHA-2569F42200C0A2765DB348DE8A2F68E22AF50E98BA464C41AA76249581864AEE9FC