Moose Immutable
[gitmo/Moose.git] / MANIFEST
CommitLineData
e522431d 1Build.PL
2Changes
e522431d 3META.yml
a6f14567 4Makefile.PL
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
28lib/Moose/Meta/Method/Overriden.pm
29lib/Moose/Meta/Role/Method.pm
30lib/Moose/Meta/TypeConstraint/Union.pm
e522431d 31lib/Moose/Util/TypeConstraints.pm
32t/000_load.t
db1ab48d 33t/001_recipe.t
34t/002_recipe.t
35t/003_recipe.t
36t/004_recipe.t
37t/005_recipe.t
38t/006_recipe.t
e522431d 39t/010_basic_class_setup.t
d7f17ebb 40t/011_require_superclasses.t
b6fe348f 41t/012_super_and_override.t
42t/013_inner_and_augment.t
05d9eaf6 43t/014_override_augment_inner_super.t
44t/015_override_and_foreign_classes.t
715ea0b7 45t/016_always_strict_warnings.t
46t/017_wrapped_method_context_propagation.t
31f8ec72 47t/018_import_unimport.t
40e89659 48t/019_method_keyword.t
e522431d 49t/020_foreign_inheritence.t
db1ab48d 50t/021_moose_w_metaclass.t
51t/022_moose_respects_base.t
52t/023_moose_respects_type_constraints.t
0ac928d2 53t/030_attribute_reader_generation.t
54t/031_attribute_writer_generation.t
55t/032_attribute_accessor_generation.t
02a0fb52 56t/033_attribute_triggers.t
fcb7afc2 57t/034_attribute_does.t
db1ab48d 58t/035_attribute_required.t
59t/036_attribute_custom_metaclass.t
60t/037_attribute_type_unions.t
61t/038_attribute_inherited_slot_specs.t
62t/039_attribute_delegation.t
e185c027 63t/040_meta_role.t
64t/041_role.t
78cd1d3b 65t/042_apply_role.t
02a0fb52 66t/043_role_composition_errors.t
2860c067 67t/044_role_conflict_detection.t
68t/045_role_exclusion.t
69t/046_roles_and_required_method_edge_cases.t
70t/047_role_conflict_edge_cases.t
715ea0b7 71t/048_more_role_edge_cases.t
40e89659 72t/049_run_time_role_composition.t
e522431d 73t/050_util_type_constraints.t
74t/051_util_type_constraints_export.t
75t/052_util_std_type_constraints.t
076c81ed 76t/053_util_find_type_constraint.t
77t/054_util_type_coercion.t
0e6614c3 78t/055_util_type_reloading.t
0ac928d2 79t/056_util_more_type_coercion.t
db1ab48d 80t/057_union_types.t
2a0f3bd3 81t/058_union_types_and_coercions.t
db1ab48d 82t/060_moose_for_meta.t
83t/070_more_attr_delegation.t
3f7376b0 84t/071_misc_attribute_tests.t
2a0f3bd3 85t/072_attr_dereference_test.t
e9ec68d6 86t/100_subtype_quote_bug.t
02a0fb52 87t/101_subtype_conflict_bug.t
88t/102_Moose_Object_error.t
5faf11bb 89t/103_subclass_use_base_bug.t
db1ab48d 90t/201_example.t
2860c067 91t/202_example_Moose_POOP.t
92t/203_example.t
a6f14567 93t/300_immutable_moose.t
e522431d 94t/pod.t
95t/pod_coverage.t
0ac928d2 96t/lib/Bar.pm
97t/lib/Foo.pm
02a0fb52 98t/lib/MyMooseA.pm
99t/lib/MyMooseB.pm
100t/lib/MyMooseObject.pm