| Key | Value |
|---|---|
| FileName | ./usr/share/perl5/Catalyst/Controller/ActionRole.pm |
| FileSize | 12259 |
| MD5 | DA2DAC5A796DBC806A8097CC7D6C99F9 |
| SHA-1 | 1A96EA1D0120003B30AB8C86422ECE66B031122A |
| SHA-256 | E8209E52DB4DB3D133BF25FA11A2118BC1188E2105E38ACFAED1E9657958ECA1 |
| SSDEEP | 192:l/cc+vSJ6GJ2FjRNZeV7mbSVpS3GFsYrFd/BIQWAgNb3mkkMZSp/zLNLkthZ2:lgem0bmdCiPZ2 |
| TLSH | T18A42832332C6B3F1065350AA77C744696A38F05F27F6960134ECF9089F61ABA62B355F |
| tar:gname | bin |
| tar:uname | root |
| hashlookup:parent-total | 45 |
| hashlookup:trust | 100 |
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 |
|---|---|
| FileName | https://ftp.lysator.liu.se/pub/OpenBSD/6.8/packages//mips64//p5-Catalyst-Controller-ActionRole-0.17.tgz |
| MD5 | 0F95E5E863499FF791A2A1D5331A9010 |
| SHA-1 | 0202BA345E656028FDD498498A29F256B7968809 |
| SHA-256 | 898E7FCC6014FAC6C8072B11A1A62AA6F4A57D7903F0FD177485734817FDF905 |
| SSDEEP | 192:GvxlcXuQmfKx17Kg9CgfAChBp3n+7Ia7A1bJamG6:Gv4ZxL7X/wmb9j |
| TLSH | T1ADE1AF33244C3BC85868B4058A23036766F6666B1975F28CED2405B23023E5AFE3FDAD |
| Key | Value |
|---|---|
| FileName | https://ftp.lysator.liu.se/pub/OpenBSD/6.9/packages//amd64//p5-Catalyst-Controller-ActionRole-0.17.tgz |
| MD5 | D4FEE3493718CFBF3F24433E1B8F882B |
| SHA-1 | 047E17184E9C9E994615AC33946E97DF65103AEE |
| SHA-256 | 4CFDD196E10E40FFFD3D0F9CBF5B08E0845232C533F458F2F8EC9AA79778CE30 |
| SSDEEP | 192:F8xucXiT/KnQNcjyEWCz6APW5LJniBO2xsU1bouSFtUR:F89yTUQyeXCOAuxJiE2qWbo1FWR |
| TLSH | T187E19E31111E8714A8DDBB1875F1107BA793E5E8A4E403C65A42E2F38A452BEEFCA119 |
| Key | Value |
|---|---|
| MD5 | 445C9345975967F0B681E502C31830F4 |
| PackageArch | noarch |
| PackageDescription | This 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 { ... } |
| PackageName | perl-Catalyst-Controller-ActionRole |
| PackageRelease | 1.58 |
| PackageVersion | 0.17 |
| SHA-1 | 04884CCD5C85636B74714435A30A77CD9F759229 |
| SHA-256 | 785816BE0CDAFD862317BED0B89F0D4FFE68D4F9F88436116EEAC0D7D2DCD8B3 |
| Key | Value |
|---|---|
| MD5 | EDACAC99E574EFBD14427D53B308A865 |
| PackageArch | noarch |
| PackageDescription | This module allows to apply roles to the Catalyst::Actions for different controller methods. |
| PackageMaintainer | Fedora Project |
| PackageName | perl-Catalyst-Controller-ActionRole |
| PackageRelease | 4.fc24 |
| PackageVersion | 0.17 |
| SHA-1 | 066FC4AAED337532311E25C5261F7066E6D6DB88 |
| SHA-256 | 98F9822914A2EA37A6A925826195A75067D4BDF52CBCF7BC232EB746CBC27B96 |
| Key | Value |
|---|---|
| MD5 | 41C5018DCBD94FDB24022B0CA9CE4B94 |
| PackageArch | noarch |
| PackageDescription | This module allows to apply roles to the Catalyst::Actions for different controller methods. |
| PackageMaintainer | Fedora Project |
| PackageName | perl-Catalyst-Controller-ActionRole |
| PackageRelease | 18.fc34 |
| PackageVersion | 0.17 |
| SHA-1 | 079C11AD3A789B91AD9D42792179AB497EAC392E |
| SHA-256 | E727148B94F4364E4204DCA4F7AC5DF6C34D5F67F3BB3F52FEF7D9094C5C8D32 |
| Key | Value |
|---|---|
| FileSize | 11628 |
| MD5 | BF43AA70BB58D0BC4F30408C133DA9FD |
| PackageDescription | module 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. |
| PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
| PackageName | libcatalyst-controller-actionrole-perl |
| PackageSection | perl |
| PackageVersion | 0.17-2 |
| SHA-1 | 080337A741F8E8315B30BF014BDC10B96BEB1964 |
| SHA-256 | BC69C6846EBC8C00D1404BF89A830062FB0A0D37A5540A9D3B3F9EE3F219E470 |
| Key | Value |
|---|---|
| MD5 | C03990BD1063A286DB6F8A7E0C9E99AB |
| PackageArch | noarch |
| PackageDescription | This 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: |
| PackageMaintainer | umeabot <umeabot> |
| PackageName | perl-Catalyst-Controller-ActionRole |
| PackageRelease | 5.mga8 |
| PackageVersion | 0.170.0 |
| SHA-1 | 0E760FBD337DC5318D658B863A4DDD92846C8134 |
| SHA-256 | 899B15A573E7F102A2302E52632F605DAC9CE65249E166ED2F49968366B52C01 |
| Key | Value |
|---|---|
| FileName | https://ftp.lysator.liu.se/pub/OpenBSD/6.8/packages//powerpc64//p5-Catalyst-Controller-ActionRole-0.17.tgz |
| MD5 | B6DD4DF12F939DC91DD8CB4E7A206AF2 |
| SHA-1 | 16CDEDC834EC3B544A8895840F59FB4D18BFC023 |
| SHA-256 | E9A9884ADBA37B971960AFE8C823254391B691384EF1BB1862B592299443F176 |
| SSDEEP | 192:GknxlcXhnnRSZciz67USPByEMonrE8gAnIM7cBHJiKc:Gkn4tRSFodt/nRIP1w |
| TLSH | T1ABE1AF2CD802B518927D020BE12B957DE10EECC1BB72FB5A9096C7D9A012F4B9B0B01E |
| Key | Value |
|---|---|
| FileName | https://ftp.lysator.liu.se/pub/OpenBSD/6.8/packages//sparc64//p5-Catalyst-Controller-ActionRole-0.17.tgz |
| MD5 | E012765484D0A5A62E6589D56392F967 |
| SHA-1 | 185C7918B1C6F844393B0F245199FBE3CA3DAE54 |
| SHA-256 | 0224B83A0A9DC8403E295698AF8A825F33F6F140F333CF8E297C8B27423EBCA9 |
| SSDEEP | 192:GeUCxlcXBkjx4I5cHz67USPByESoMoltFsH1Y6XxfW68R/:GeN4xkV4IWodtZFJsHC6XdW68R/ |
| TLSH | T11BE1BEBCC0E3F41050DA2F23E39A512CD1BE9E27DC9FA25825D6D7C815E0C4BDB9550A |
| Key | Value |
|---|---|
| MD5 | 3248CD0266FD2AF48BCD9EAD73535F72 |
| PackageArch | noarch |
| PackageDescription | This 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 { ... } |
| PackageName | perl-Catalyst-Controller-ActionRole |
| PackageRelease | lp152.1.1 |
| PackageVersion | 0.17 |
| SHA-1 | 1E1D15808DCFF0504E6593F17DF946927D6A491C |
| SHA-256 | 9F42200C0A2765DB348DE8A2F68E22AF50E98BA464C41AA76249581864AEE9FC |