Home
last modified time | relevance | path

Searched refs:metarole (Results 1 – 25 of 31) sorted by relevance

12

/dports/devel/p5-Moose/Moose-2.2201/t/exceptions/
H A Dmoose-util-metarole.t22 ."you must pass a Moose class name, role name, metaclass object, or metarole object."
29 …Role, you must pass a Moose class name, role name, metaclass object, or metarole object. You passe…
51 ."you must pass a Moose class name, role name, metaclass object, or metarole object."
52 ." You passed $array_ref, and this did not resolve to a metaclass or metarole."
59 … name, metaclass object, or metarole object. You passed ARRAY(0x21eb868), and this did not resolve…
80 ."you must pass a Moose class name, role name, metaclass object, or metarole object."
81 ." You passed undef, and this did not resolve to a metaclass or metarole."
88 … role name, metaclass object, or metarole object. You passed undef, and this did not resolve to a …
/dports/devel/p5-Moose/Moose-2.2201/t/roles/
H A Drole_attr_application.t37 …bute('bar'), 'Foo::Meta::Attribute'), "attrs defined in the class get the class metarole applied");
38 …bar'), 'Foo::Meta::Attribute2'), "attrs defined in the class don't get the role metarole applied");
39 …ibute('foo'), 'Foo::Meta::Attribute'), "attrs defined in the role don't get the metarole applied");
73 …bar'), 'Bar::Meta::Attribute2'), "attrs defined in the class don't get the role metarole applied");
74 …ibute('foo'), 'Bar::Meta::Attribute2'), "attrs defined in the role get the role metarole applied");
75 …'foo'), 'Bar::Meta::Attribute'), "attrs defined in the role don't get the class metarole applied");
112 …bute('bar'), 'Baz::Meta::Attribute'), "attrs defined in the class get the class metarole applied");
113 …bar'), 'Baz::Meta::Attribute2'), "attrs defined in the class don't get the role metarole applied");
114 …ibute('foo'), 'Baz::Meta::Attribute2'), "attrs defined in the role get the role metarole applied");
115 …'foo'), 'Baz::Meta::Attribute'), "attrs defined in the role don't get the class metarole applied");
[all …]
/dports/devel/p5-Mouse/Mouse-v2.5.10/t/001_mouse/
H A D063-meta-of-metaclasses.t46 my $metarole = Class->meta;
48 can_ok($metarole, 'meta');
50 can_ok($metarole->get_method('foo'), 'meta');
/dports/devel/p5-MooseX-Aliases/MooseX-Aliases-0.11/
H A DChanges20 - Fix metarole usage for new role metarole interface (autarch).
/dports/devel/p5-MooseX-NonMoose/MooseX-NonMoose-0.26/
H A DChanges19 used an extension which provided an application_to_class metarole,
20 since the role application would then apply a metarole to the class,
21 and metarole application currently causes metaclass reinitialization
/dports/devel/p5-Moose/Moose-2.2201/t/metaclasses/
H A Dcustom_attr_meta_as_role.t10 }, undef, 'creating custom attribute "metarole" is okay' );
H A Dmetarole_on_anon.t49 ok( $meta, 'cached anon class still has a metaclass applying a metarole' );
H A Dmetarole.t662 'Parent constructor class has metarole from Parent'
669 'Child constructor class has metarole from Parent'
/dports/audio/xmcd/xmcd-3.3.2/cddb_d/
H A Drolelist.c41 *pval = (CddbRolePtr) rlp->metarole; in CddbOptions_PutLocalCacheFlags()
H A Dfcddb.h140 cddb_role_t *metarole; /* Meta role */ member
/dports/devel/p5-MooseX-MethodAttributes/MooseX-MethodAttributes-0.32/xt/author/
H A Dpod-spell.t52 metarole
/dports/devel/p5-MooseX-MethodAttributes/MooseX-MethodAttributes-0.32/
H A Ddist.ini14 Test::PodSpelling.stopwords[1] = metarole
/dports/devel/p5-Mouse/Mouse-v2.5.10/t/050_metaclasses/
H A D051_metarole_on_anon.t54 ok( $meta, 'cached anon class still has a metaclass applying a metarole' );
/dports/devel/p5-Moos/Moos-0.30/lib/
H A DMoos.pm69 my $metarole =
70 delete $args{metarole}
72 my $meta = $metarole->initialize($package, %args);
/dports/devel/p5-MooseX-Role-Parameterized/MooseX-Role-Parameterized-1.11/xt/author/
H A Dno-tabs.t41 't/023-metarole-import-params.t',
H A Deol.t41 't/023-metarole-import-params.t',
/dports/devel/p5-MooseX-Role-Parameterized/MooseX-Role-Parameterized-1.11/
H A DMANIFEST44 t/023-metarole-import-params.t
H A DChanges35 - This extension is now implemented as a role metarole, which means it can
/dports/devel/p5-Test-Moose-More/Test-Moose-More-0.050/t/
H A Ddoes_not_metaroles_ok.t121 test_test "test for unapplied metarole ($thing)";
H A Ddoes_metaroles_ok.t121 test_test "test for unapplied metarole ($thing)";
/dports/devel/p5-Moose/Moose-2.2201/xt/author/
H A Dpod-spell.t166 metarole
H A Deol.t725 't/exceptions/moose-util-metarole.t',
799 't/metaclasses/metarole.t',
/dports/devel/p5-MooseX-App/MooseX-App-1.42/
H A DChanges55 - Fix RT112156: Command class lacking attribute metarole (reported by Marc Logghe)
/dports/devel/p5-Test-Moose-More/Test-Moose-More-0.050/
H A DChanges37 * Add metarole/class options to validate_...()
/dports/lang/parrot/parrot-8.1.0/docs/pdds/
H A Dpdd15_objects.pod768 A role object reports on class methods (methods of the metarole), not on
777 A role object reports on class methods (methods of the metarole), not on
786 the metarole), it doesn't report on which interfaces will be added to an

12