Allow code refs to act on foreign classes for delegator generation
[gitmo/Moose.git] / MANIFEST
1 Build.PL
2 Changes
3 Makefile.PL
4 META.yml
5 MANIFEST
6 MANIFEST.SKIP
7 README
8 lib/Moose.pm
9 lib/Moose/Cookbook.pod
10 lib/Moose/Object.pm
11 lib/Moose/Role.pm
12 lib/Moose/Cookbook/Recipe1.pod
13 lib/Moose/Cookbook/Recipe2.pod
14 lib/Moose/Cookbook/Recipe3.pod
15 lib/Moose/Cookbook/Recipe4.pod
16 lib/Moose/Cookbook/Recipe5.pod
17 lib/Moose/Cookbook/Recipe6.pod
18 lib/Moose/Meta/Attribute.pm
19 lib/Moose/Meta/Class.pm
20 lib/Moose/Meta/Role.pm
21 lib/Moose/Meta/TypeCoercion.pm
22 lib/Moose/Meta/TypeConstraint.pm
23 lib/Moose/Util/TypeConstraints.pm
24 t/000_load.t
25 t/001_basic.t
26 t/002_basic.t
27 t/003_basic.t
28 t/004_basic.t
29 t/005_basic.t
30 t/006_basic.t
31 t/007_basic.t
32 t/010_basic_class_setup.t
33 t/011_require_superclasses.t
34 t/012_super_and_override.t
35 t/013_inner_and_augment.t
36 t/014_override_augment_inner_super.t
37 t/015_override_and_foreign_classes.t
38 t/020_foreign_inheritence.t
39 t/030_attribute_reader_generation.t
40 t/031_attribute_writer_generation.t
41 t/032_attribute_accessor_generation.t
42 t/033_attribute_triggers.t
43 t/034_attribute_does.t
44 t/040_meta_role.t
45 t/041_role.t
46 t/042_apply_role.t
47 t/043_role_composition_errors.t
48 t/050_util_type_constraints.t
49 t/051_util_type_constraints_export.t
50 t/052_util_std_type_constraints.t
51 t/053_util_find_type_constraint.t
52 t/054_util_type_coercion.t
53 t/055_util_type_reloading.t
54 t/056_util_more_type_coercion.t
55 t/100_subtype_quote_bug.t
56 t/101_subtype_conflict_bug.t
57 t/102_Moose_Object_error.t
58 t/103_subclass_use_base_bug.t
59 t/pod.t
60 t/pod_coverage.t
61 t/lib/Bar.pm
62 t/lib/Foo.pm
63 t/lib/MyMooseA.pm
64 t/lib/MyMooseB.pm
65 t/lib/MyMooseObject.pm