misc junk
[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
e95c7c42 12lib/Moose/Cookbook/FAQ.pod
13lib/Moose/Cookbook/WTF.pod
0ac928d2 14lib/Moose/Cookbook/Recipe1.pod
15lib/Moose/Cookbook/Recipe2.pod
16lib/Moose/Cookbook/Recipe3.pod
17lib/Moose/Cookbook/Recipe4.pod
18lib/Moose/Cookbook/Recipe5.pod
a7d0cd00 19lib/Moose/Cookbook/Recipe6.pod
e522431d 20lib/Moose/Meta/Attribute.pm
21lib/Moose/Meta/Class.pm
db1ab48d 22lib/Moose/Meta/Instance.pm
e185c027 23lib/Moose/Meta/Role.pm
076c81ed 24lib/Moose/Meta/TypeCoercion.pm
25lib/Moose/Meta/TypeConstraint.pm
e522431d 26lib/Moose/Util/TypeConstraints.pm
27t/000_load.t
db1ab48d 28t/001_recipe.t
29t/002_recipe.t
30t/003_recipe.t
31t/004_recipe.t
32t/005_recipe.t
33t/006_recipe.t
e522431d 34t/010_basic_class_setup.t
d7f17ebb 35t/011_require_superclasses.t
b6fe348f 36t/012_super_and_override.t
37t/013_inner_and_augment.t
05d9eaf6 38t/014_override_augment_inner_super.t
39t/015_override_and_foreign_classes.t
715ea0b7 40t/016_always_strict_warnings.t
41t/017_wrapped_method_context_propagation.t
31f8ec72 42t/018_import_unimport.t
40e89659 43t/019_method_keyword.t
e522431d 44t/020_foreign_inheritence.t
db1ab48d 45t/021_moose_w_metaclass.t
46t/022_moose_respects_base.t
47t/023_moose_respects_type_constraints.t
0ac928d2 48t/030_attribute_reader_generation.t
49t/031_attribute_writer_generation.t
50t/032_attribute_accessor_generation.t
02a0fb52 51t/033_attribute_triggers.t
fcb7afc2 52t/034_attribute_does.t
db1ab48d 53t/035_attribute_required.t
54t/036_attribute_custom_metaclass.t
55t/037_attribute_type_unions.t
56t/038_attribute_inherited_slot_specs.t
57t/039_attribute_delegation.t
e185c027 58t/040_meta_role.t
59t/041_role.t
78cd1d3b 60t/042_apply_role.t
02a0fb52 61t/043_role_composition_errors.t
2860c067 62t/044_role_conflict_detection.t
63t/045_role_exclusion.t
64t/046_roles_and_required_method_edge_cases.t
65t/047_role_conflict_edge_cases.t
715ea0b7 66t/048_more_role_edge_cases.t
40e89659 67t/049_run_time_role_composition.t
e522431d 68t/050_util_type_constraints.t
69t/051_util_type_constraints_export.t
70t/052_util_std_type_constraints.t
076c81ed 71t/053_util_find_type_constraint.t
72t/054_util_type_coercion.t
0e6614c3 73t/055_util_type_reloading.t
0ac928d2 74t/056_util_more_type_coercion.t
db1ab48d 75t/057_union_types.t
76t/060_moose_for_meta.t
77t/070_more_attr_delegation.t
e9ec68d6 78t/100_subtype_quote_bug.t
02a0fb52 79t/101_subtype_conflict_bug.t
80t/102_Moose_Object_error.t
5faf11bb 81t/103_subclass_use_base_bug.t
db1ab48d 82t/201_example.t
2860c067 83t/202_example_Moose_POOP.t
84t/203_example.t
e522431d 85t/pod.t
86t/pod_coverage.t
0ac928d2 87t/lib/Bar.pm
88t/lib/Foo.pm
02a0fb52 89t/lib/MyMooseA.pm
90t/lib/MyMooseB.pm
91t/lib/MyMooseObject.pm