augment/inner in roles
[gitmo/Moose.git] / MANIFEST
CommitLineData
e522431d 1Build.PL
2Changes
3Makefile.PL
4META.yml
5MANIFEST
6MANIFEST.SKIP
7README
8lib/Moose.pm
0ac928d2 9lib/Moose/Cookbook.pod
e522431d 10lib/Moose/Object.pm
e185c027 11lib/Moose/Role.pm
0ac928d2 12lib/Moose/Cookbook/Recipe1.pod
13lib/Moose/Cookbook/Recipe2.pod
14lib/Moose/Cookbook/Recipe3.pod
15lib/Moose/Cookbook/Recipe4.pod
16lib/Moose/Cookbook/Recipe5.pod
a7d0cd00 17lib/Moose/Cookbook/Recipe6.pod
e522431d 18lib/Moose/Meta/Attribute.pm
19lib/Moose/Meta/Class.pm
db1ab48d 20lib/Moose/Meta/Instance.pm
e185c027 21lib/Moose/Meta/Role.pm
076c81ed 22lib/Moose/Meta/TypeCoercion.pm
23lib/Moose/Meta/TypeConstraint.pm
e522431d 24lib/Moose/Util/TypeConstraints.pm
25t/000_load.t
db1ab48d 26t/001_recipe.t
27t/002_recipe.t
28t/003_recipe.t
29t/004_recipe.t
30t/005_recipe.t
31t/006_recipe.t
e522431d 32t/010_basic_class_setup.t
d7f17ebb 33t/011_require_superclasses.t
b6fe348f 34t/012_super_and_override.t
35t/013_inner_and_augment.t
05d9eaf6 36t/014_override_augment_inner_super.t
37t/015_override_and_foreign_classes.t
e522431d 38t/020_foreign_inheritence.t
db1ab48d 39t/021_moose_w_metaclass.t
40t/022_moose_respects_base.t
41t/023_moose_respects_type_constraints.t
0ac928d2 42t/030_attribute_reader_generation.t
43t/031_attribute_writer_generation.t
44t/032_attribute_accessor_generation.t
02a0fb52 45t/033_attribute_triggers.t
fcb7afc2 46t/034_attribute_does.t
db1ab48d 47t/035_attribute_required.t
48t/036_attribute_custom_metaclass.t
49t/037_attribute_type_unions.t
50t/038_attribute_inherited_slot_specs.t
51t/039_attribute_delegation.t
e185c027 52t/040_meta_role.t
53t/041_role.t
78cd1d3b 54t/042_apply_role.t
02a0fb52 55t/043_role_composition_errors.t
2860c067 56t/044_role_conflict_detection.t
57t/045_role_exclusion.t
58t/046_roles_and_required_method_edge_cases.t
59t/047_role_conflict_edge_cases.t
e522431d 60t/050_util_type_constraints.t
61t/051_util_type_constraints_export.t
62t/052_util_std_type_constraints.t
076c81ed 63t/053_util_find_type_constraint.t
64t/054_util_type_coercion.t
0e6614c3 65t/055_util_type_reloading.t
0ac928d2 66t/056_util_more_type_coercion.t
db1ab48d 67t/057_union_types.t
68t/060_moose_for_meta.t
69t/070_more_attr_delegation.t
e9ec68d6 70t/100_subtype_quote_bug.t
02a0fb52 71t/101_subtype_conflict_bug.t
72t/102_Moose_Object_error.t
5faf11bb 73t/103_subclass_use_base_bug.t
db1ab48d 74t/201_example.t
2860c067 75t/202_example_Moose_POOP.t
76t/203_example.t
e522431d 77t/pod.t
78t/pod_coverage.t
0ac928d2 79t/lib/Bar.pm
80t/lib/Foo.pm
02a0fb52 81t/lib/MyMooseA.pm
82t/lib/MyMooseB.pm
83t/lib/MyMooseObject.pm