Class::MOP with XS
[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
e0e4674a 33MOP.xs
87cd701e 34Makefile.PL
35MANIFEST
36META.yml
37README
8745cf22 38scripts/class_browser.pl
a2e85e6c 39t/000_load.t
40t/001_basic.t
41t/002_class_precedence_list.t
42t/003_methods.t
43t/004_advanced_methods.t
44t/005_attributes.t
550d56db 45t/006_new_and_clone_metaclasses.t
a2e85e6c 46t/010_self_introspection.t
47t/011_create_class.t
48t/012_package_variables.t
351bd7d4 49t/013_add_attribute_alternate.t
550d56db 50t/014_attribute_introspection.t
448af783 51t/015_metaclass_inheritance.t
16dee8b4 52t/016_class_errors_and_edge_cases.t
96ceced8 53t/017_add_method_modifier.t
46666f33 54t/018_anon_class.t
c0fcd6ab 55t/019_anon_class_keep_alive.t
a2e85e6c 56t/020_attribute.t
16dee8b4 57t/021_attribute_errors_and_edge_cases.t
8745cf22 58t/022_attribute_duplication.t
d14f6cbe 59t/023_attribute_get_read_write.t
a2e85e6c 60t/030_method.t
96ceced8 61t/031_method_modifiers.t
550d56db 62t/040_metaclass.t
63t/041_metaclass_incompatability.t
d82060fe 64t/042_metaclass_incompatibility_dynamic.t
65t/043_instance_metaclass_incompatibility.t
66t/044_instance_metaclass_incompatibility_dynamic.t
c0fcd6ab 67t/045_metaclass_loads_classes.t
69098108 68t/050_scala_style_mixin_composition.t
d82060fe 69t/060_instance.t
70t/061_instance_inline.t
2ba153a9 71t/070_immutable_metaclass.t
373a16ae 72t/071_immutable_w_custom_metaclass.t
cdc1ecba 73t/072_immutable_w_constructors.t
b817e248 74t/073_make_mutable.t
2ba153a9 75t/080_meta_package.t
716c5765 76t/081_meta_package_extension.t
a2e85e6c 77t/100_BinaryTree_test.t
b5ace786 78t/101_InstanceCountingClass_test.t
a2e85e6c 79t/102_InsideOutClass_test.t
b5ace786 80t/103_Perl6Attribute_test.t
7be45b35 81t/104_AttributesWithHistory_test.t
82t/105_ClassEncapsulatedAttributes_test.t
aa9c883e 83t/106_LazyClass_test.t
f3f5bd34 84t/107_C3MethodDispatchOrder_test.t
d82060fe 85t/108_ArrayBasedStorage_test.t
ea263060 86t/200_Class_C3_compatibility.t
0eff2c16 87t/300_random_eval_bug.t
795a0c8b 88t/301_RT_27329_fix.t
a2e85e6c 89t/lib/BinaryTree.pm
c0fcd6ab 90t/lib/MyMetaClass.pm
91t/lib/MyMetaClass/Attribute.pm
92t/lib/MyMetaClass/Instance.pm
93t/lib/MyMetaClass/Method.pm
87cd701e 94t/pod.t
95t/pod_coverage.t
96TODO