Refactor default delegator filtering
[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
e185c027 20lib/Moose/Meta/Role.pm
076c81ed 21lib/Moose/Meta/TypeCoercion.pm
22lib/Moose/Meta/TypeConstraint.pm
e522431d 23lib/Moose/Util/TypeConstraints.pm
24t/000_load.t
25t/001_basic.t
26t/002_basic.t
27t/003_basic.t
076c81ed 28t/004_basic.t
29t/005_basic.t
30t/006_basic.t
02a0fb52 31t/007_basic.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
0ac928d2 39t/030_attribute_reader_generation.t
40t/031_attribute_writer_generation.t
41t/032_attribute_accessor_generation.t
02a0fb52 42t/033_attribute_triggers.t
fcb7afc2 43t/034_attribute_does.t
e185c027 44t/040_meta_role.t
45t/041_role.t
78cd1d3b 46t/042_apply_role.t
02a0fb52 47t/043_role_composition_errors.t
e522431d 48t/050_util_type_constraints.t
49t/051_util_type_constraints_export.t
50t/052_util_std_type_constraints.t
076c81ed 51t/053_util_find_type_constraint.t
52t/054_util_type_coercion.t
0e6614c3 53t/055_util_type_reloading.t
0ac928d2 54t/056_util_more_type_coercion.t
e9ec68d6 55t/100_subtype_quote_bug.t
02a0fb52 56t/101_subtype_conflict_bug.t
57t/102_Moose_Object_error.t
5faf11bb 58t/103_subclass_use_base_bug.t
e522431d 59t/pod.t
60t/pod_coverage.t
0ac928d2 61t/lib/Bar.pm
62t/lib/Foo.pm
02a0fb52 63t/lib/MyMooseA.pm
64t/lib/MyMooseB.pm
65t/lib/MyMooseObject.pm