making get_read_method, etc act more sanely
[gitmo/Class-MOP.git] / MANIFEST
CommitLineData
a2e85e6c 1Changes
d82060fe 2examples/ArrayBasedStorage.pod
7be45b35 3examples/AttributesWithHistory.pod
96ceced8 4examples/C3MethodDispatchOrder.pod
7be45b35 5examples/ClassEncapsulatedAttributes.pod
9ec169fe 6examples/InsideOutClass.pod
7examples/InstanceCountingClass.pod
aa9c883e 8examples/LazyClass.pod
9ec169fe 9examples/Perl6Attribute.pod
87cd701e 10inc/Module/Install.pm
11inc/Module/Install/Base.pm
544143b2 12inc/Module/Install/Build.pm
87cd701e 13inc/Module/Install/Can.pm
14inc/Module/Install/Fetch.pm
15inc/Module/Install/Makefile.pm
16inc/Module/Install/Metadata.pm
17inc/Module/Install/Win32.pm
18inc/Module/Install/WriteAll.pm
a2e85e6c 19lib/Class/MOP.pm
20lib/Class/MOP/Attribute.pm
21lib/Class/MOP/Class.pm
c23184fc 22lib/Class/MOP/Immutable.pm
d82060fe 23lib/Class/MOP/Instance.pm
a2e85e6c 24lib/Class/MOP/Method.pm
cdc1ecba 25lib/Class/MOP/Method/Accessor.pm
26lib/Class/MOP/Method/Constructor.pm
87cd701e 27lib/Class/MOP/Method/Generated.pm
cdc1ecba 28lib/Class/MOP/Method/Wrapped.pm
87cd701e 29lib/Class/MOP/Module.pm
30lib/Class/MOP/Object.pm
31lib/Class/MOP/Package.pm
32lib/metaclass.pm
33Makefile.PL
34MANIFEST
35META.yml
36README
8745cf22 37scripts/class_browser.pl
a2e85e6c 38t/000_load.t
39t/001_basic.t
40t/002_class_precedence_list.t
41t/003_methods.t
42t/004_advanced_methods.t
43t/005_attributes.t
550d56db 44t/006_new_and_clone_metaclasses.t
a2e85e6c 45t/010_self_introspection.t
46t/011_create_class.t
47t/012_package_variables.t
351bd7d4 48t/013_add_attribute_alternate.t
550d56db 49t/014_attribute_introspection.t
448af783 50t/015_metaclass_inheritance.t
16dee8b4 51t/016_class_errors_and_edge_cases.t
96ceced8 52t/017_add_method_modifier.t
46666f33 53t/018_anon_class.t
c0fcd6ab 54t/019_anon_class_keep_alive.t
a2e85e6c 55t/020_attribute.t
16dee8b4 56t/021_attribute_errors_and_edge_cases.t
8745cf22 57t/022_attribute_duplication.t
d14f6cbe 58t/023_attribute_get_read_write.t
a2e85e6c 59t/030_method.t
96ceced8 60t/031_method_modifiers.t
550d56db 61t/040_metaclass.t
62t/041_metaclass_incompatability.t
d82060fe 63t/042_metaclass_incompatibility_dynamic.t
64t/043_instance_metaclass_incompatibility.t
65t/044_instance_metaclass_incompatibility_dynamic.t
c0fcd6ab 66t/045_metaclass_loads_classes.t
69098108 67t/050_scala_style_mixin_composition.t
d82060fe 68t/060_instance.t
69t/061_instance_inline.t
2ba153a9 70t/070_immutable_metaclass.t
373a16ae 71t/071_immutable_w_custom_metaclass.t
cdc1ecba 72t/072_immutable_w_constructors.t
b817e248 73t/073_make_mutable.t
2ba153a9 74t/080_meta_package.t
716c5765 75t/081_meta_package_extension.t
a2e85e6c 76t/100_BinaryTree_test.t
b5ace786 77t/101_InstanceCountingClass_test.t
a2e85e6c 78t/102_InsideOutClass_test.t
b5ace786 79t/103_Perl6Attribute_test.t
7be45b35 80t/104_AttributesWithHistory_test.t
81t/105_ClassEncapsulatedAttributes_test.t
aa9c883e 82t/106_LazyClass_test.t
f3f5bd34 83t/107_C3MethodDispatchOrder_test.t
d82060fe 84t/108_ArrayBasedStorage_test.t
ea263060 85t/200_Class_C3_compatibility.t
0eff2c16 86t/300_random_eval_bug.t
795a0c8b 87t/301_RT_27329_fix.t
a2e85e6c 88t/lib/BinaryTree.pm
c0fcd6ab 89t/lib/MyMetaClass.pm
90t/lib/MyMetaClass/Attribute.pm
91t/lib/MyMetaClass/Instance.pm
92t/lib/MyMetaClass/Method.pm
87cd701e 93t/pod.t
94t/pod_coverage.t
95TODO