Result for 722A6F3C7A2731AA98ED56035E4814AFDA4AAC5B

Query result

Key Value
FileName./usr/share/doc/libcatalyst-controller-actionrole-perl/CONTRIBUTING
FileSize3887
MD5779B8E920F4AA37DFA6F7381C452654C
SHA-1722A6F3C7A2731AA98ED56035E4814AFDA4AAC5B
SHA-256E41EE828A090CB82BDF0611A6D78AE43A9C76B43AF5C82E05A1A9B0FB549A9A1
SSDEEP48:F56ZDkFqi52txzBTj7IT8nA1NG2LKgHvyJHGLQgNHbmtsoyOwJthvCPd/QJQo:65kF1MtxzBTj7IeyLKgUHiQgNKGzA/ho
TLSHT19C81A77F7590133636C241A1F26B40B293EBE71E2350002554DF49A8437AAA7E3BBE99
hashlookup:parent-total15
hashlookup:trust100

Network graph view

Parents (Total: 15)

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

Key Value
MD549DA77508CC0F3CFDB333111396FF700
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
PackageReleaselp153.1.10
PackageVersion0.17
SHA-198E9F880B9CFFBEE559913B6F8699972F7FB6427
SHA-25661AAF85F6E610CFCE03DE2384EE578A9D295D1B239B47C33678F8F5C56CC247E
Key Value
MD578D1B77197136ED623163F8AC4C5FA85
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.38
PackageVersion0.17
SHA-1E9580902B5227C7A66DFA3585D04718B4D9DA160
SHA-256949D3E50AFE3F38ED3CCF48F9BDE22FE1FFCA980C82EB1C5C9E1AB727C284F0F
Key Value
FileSize12820
MD5A296D9226797C3E684E8B28B63A4E7A4
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.
PackageMaintainerDebian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
PackageNamelibcatalyst-controller-actionrole-perl
PackageSectionperl
PackageVersion0.17-2
SHA-1AFB5A82A4DA6A81371E346819D922FFA6F83675B
SHA-256E323E6B46BA4D8D15B8E0B7CCB0B9FCCD2C16E75D4589BB789E6185E6598E6E2
Key Value
MD5B55D78FDA6ED47CBE5F2AFE091F73FFD
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
PackageReleaselp150.1.1
PackageVersion0.17
SHA-19B66BD65E5A68B074F89E4B46993DAAD13D6B7A3
SHA-256FCBB1B5EE11554298670837DAB29EA4E187190C463EE74D90BE1523D12607462
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
Key Value
MD52F5CB7488A4AA5248B93D6AA2E6C83F9
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.1
PackageVersion0.17
SHA-14CF813041CEA009832642E8B8080492C1DB989A3
SHA-25640EDDF97630D55410BAD36DEAD8B0CC16F201C60B1755107C4646D1535093E05
Key Value
MD588421CCB5C6DAE1CC085B0437591490C
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.2
PackageVersion0.17
SHA-1467F237366EFA175E2E8A616CCFEDE18A123DD2C
SHA-25634F9992BB30F814AEE6196CE795912E106881A316496CF6D0AF44D09ECDAA91E
Key Value
FileSize12248
MD58E713FA253E281B52636400F5CFF77B4
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.
PackageMaintainerDebian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
PackageNamelibcatalyst-controller-actionrole-perl
PackageSectionperl
PackageVersion0.17-1
SHA-1A8BF41D3DA5F79E12AFFA8D06A1BE39ACEAF9F5C
SHA-256F71860B369E1C774CBBFE48E600CBCF5BBFFCDDE875CB9C1555D51AA730CB436
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
Key Value
FileSize11032
MD5F300612F2B83F730C00CD8E091BB528B
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-1
SHA-1BF74D87E744C30D91786A4423748C35D5B79A4E2
SHA-256EC63CEBBB40B7CA0B0FA55BE7D6AE9F0B29BE2D9566DBA352254C54F520FDC19
Key Value
MD5DCF6AA03A10EE91D86938F95297FD7BB
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.59
PackageVersion0.17
SHA-1DE051418F0715E51C82A9F332A4A2795EBEE4BC4
SHA-256F41CFBC7FD316EBD5BE167B14580B9CB67D4EF1C32BCD307142EF15CDE430971
Key Value
MD5BCFFA5AA0C3FC1F37A33BE5406E09AB3
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.6
PackageVersion0.17
SHA-1936FC553E188E69DCBC600D2B85370F44967BE6D
SHA-25620B9A5B4E002B80131C16CCE3218FB559AEB82C9645E40EC536E45392FF1B0E5
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
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
MD5F8ACFB8EC1C32EF5D46D798DFA7807E0
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
PackageReleaselp151.1.1
PackageVersion0.17
SHA-123166805F70042B83317CD3987346F1EE38434F5
SHA-2564AD58B2D1B683751290F1490B139642CC4EEE3F8CEC5A3A43B38E1D39BD8FCBC