Have Moose* extend MooseParent
[gitmo/Moose.git] / MANIFEST
CommitLineData
e522431d 1Build.PL
2Changes
a6f14567 3Makefile.PL
587ae0d2 4META.yml
e522431d 5MANIFEST
6MANIFEST.SKIP
7README
8lib/Moose.pm
0ac928d2 9lib/Moose/Cookbook.pod
e522431d 10lib/Moose/Object.pm
e185c027 11lib/Moose/Role.pm
e95c7c42 12lib/Moose/Cookbook/FAQ.pod
0ac928d2 13lib/Moose/Cookbook/Recipe1.pod
14lib/Moose/Cookbook/Recipe2.pod
15lib/Moose/Cookbook/Recipe3.pod
16lib/Moose/Cookbook/Recipe4.pod
17lib/Moose/Cookbook/Recipe5.pod
a7d0cd00 18lib/Moose/Cookbook/Recipe6.pod
2a0f3bd3 19lib/Moose/Cookbook/WTF.pod
e522431d 20lib/Moose/Meta/Attribute.pm
21lib/Moose/Meta/Class.pm
db1ab48d 22lib/Moose/Meta/Instance.pm
a6f14567 23lib/Moose/Meta/Method.pm
e185c027 24lib/Moose/Meta/Role.pm
076c81ed 25lib/Moose/Meta/TypeCoercion.pm
26lib/Moose/Meta/TypeConstraint.pm
a6f14567 27lib/Moose/Meta/Method/Accessor.pm
587ae0d2 28lib/Moose/Meta/Method/Constructor.pm
29lib/Moose/Meta/Method/Destructor.pm
a6f14567 30lib/Moose/Meta/Method/Overriden.pm
31lib/Moose/Meta/Role/Method.pm
32lib/Moose/Meta/TypeConstraint/Union.pm
e522431d 33lib/Moose/Util/TypeConstraints.pm
34t/000_load.t
db1ab48d 35t/001_recipe.t
36t/002_recipe.t
37t/003_recipe.t
38t/004_recipe.t
39t/005_recipe.t
40t/006_recipe.t
e522431d 41t/010_basic_class_setup.t
d7f17ebb 42t/011_require_superclasses.t
b6fe348f 43t/012_super_and_override.t
44t/013_inner_and_augment.t
05d9eaf6 45t/014_override_augment_inner_super.t
46t/015_override_and_foreign_classes.t
715ea0b7 47t/016_always_strict_warnings.t
48t/017_wrapped_method_context_propagation.t
31f8ec72 49t/018_import_unimport.t
40e89659 50t/019_method_keyword.t
e522431d 51t/020_foreign_inheritence.t
db1ab48d 52t/021_moose_w_metaclass.t
53t/022_moose_respects_base.t
54t/023_moose_respects_type_constraints.t
0ac928d2 55t/030_attribute_reader_generation.t
56t/031_attribute_writer_generation.t
57t/032_attribute_accessor_generation.t
02a0fb52 58t/033_attribute_triggers.t
fcb7afc2 59t/034_attribute_does.t
db1ab48d 60t/035_attribute_required.t
61t/036_attribute_custom_metaclass.t
62t/037_attribute_type_unions.t
63t/038_attribute_inherited_slot_specs.t
64t/039_attribute_delegation.t
e185c027 65t/040_meta_role.t
66t/041_role.t
78cd1d3b 67t/042_apply_role.t
02a0fb52 68t/043_role_composition_errors.t
2860c067 69t/044_role_conflict_detection.t
70t/045_role_exclusion.t
71t/046_roles_and_required_method_edge_cases.t
72t/047_role_conflict_edge_cases.t
715ea0b7 73t/048_more_role_edge_cases.t
40e89659 74t/049_run_time_role_composition.t
e522431d 75t/050_util_type_constraints.t
76t/051_util_type_constraints_export.t
77t/052_util_std_type_constraints.t
076c81ed 78t/053_util_find_type_constraint.t
79t/054_util_type_coercion.t
0e6614c3 80t/055_util_type_reloading.t
0ac928d2 81t/056_util_more_type_coercion.t
db1ab48d 82t/057_union_types.t
2a0f3bd3 83t/058_union_types_and_coercions.t
86629f93 84t/059_misc_type_tests.t
db1ab48d 85t/060_moose_for_meta.t
86t/070_more_attr_delegation.t
3f7376b0 87t/071_misc_attribute_tests.t
2a0f3bd3 88t/072_attr_dereference_test.t
d7611a4a 89t/073_misc_attribute_coerce_lazy.t
e9ec68d6 90t/100_subtype_quote_bug.t
02a0fb52 91t/101_subtype_conflict_bug.t
92t/102_Moose_Object_error.t
5faf11bb 93t/103_subclass_use_base_bug.t
587ae0d2 94t/104_inline_reader_bug.t
d022f632 95t/105_module_refresh_compat.t
96t/106_handles_foreign_class_bug.t
492d4d76 97t/107_custom_attr_meta_with_roles.t
86629f93 98t/108_custom_attr_meta_as_role.t
99t/109_reader_precedence_bug.t
100t/110_new_w_undef.t
db1ab48d 101t/201_example.t
2860c067 102t/202_example_Moose_POOP.t
103t/203_example.t
b71d68ed 104t/204_example_w_DCS.t
703e92fb 105t/205_example_w_TestDeep.t
86629f93 106t/206_example_Protomoose.t
a6f14567 107t/300_immutable_moose.t
e522431d 108t/pod.t
109t/pod_coverage.t
0ac928d2 110t/lib/Bar.pm
111t/lib/Foo.pm
02a0fb52 112t/lib/MyMooseA.pm
113t/lib/MyMooseB.pm
114t/lib/MyMooseObject.pm