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