0.58, no really this time
[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
12inc/Module/Install/Can.pm
13inc/Module/Install/Fetch.pm
14inc/Module/Install/Makefile.pm
15inc/Module/Install/Metadata.pm
16inc/Module/Install/Win32.pm
17inc/Module/Install/WriteAll.pm
a2e85e6c 18lib/Class/MOP.pm
19lib/Class/MOP/Attribute.pm
20lib/Class/MOP/Class.pm
c23184fc 21lib/Class/MOP/Immutable.pm
d82060fe 22lib/Class/MOP/Instance.pm
a2e85e6c 23lib/Class/MOP/Method.pm
cdc1ecba 24lib/Class/MOP/Method/Accessor.pm
25lib/Class/MOP/Method/Constructor.pm
87cd701e 26lib/Class/MOP/Method/Generated.pm
cdc1ecba 27lib/Class/MOP/Method/Wrapped.pm
87cd701e 28lib/Class/MOP/Module.pm
29lib/Class/MOP/Object.pm
30lib/Class/MOP/Package.pm
31lib/metaclass.pm
32Makefile.PL
33MANIFEST
10dd437b 34MANIFEST.SKIP
87cd701e 35META.yml
10dd437b 36MOP.xs
37ppport.h
87cd701e 38README
8745cf22 39scripts/class_browser.pl
a2e85e6c 40t/000_load.t
41t/001_basic.t
42t/002_class_precedence_list.t
43t/003_methods.t
44t/004_advanced_methods.t
45t/005_attributes.t
550d56db 46t/006_new_and_clone_metaclasses.t
a2e85e6c 47t/010_self_introspection.t
48t/011_create_class.t
49t/012_package_variables.t
351bd7d4 50t/013_add_attribute_alternate.t
550d56db 51t/014_attribute_introspection.t
448af783 52t/015_metaclass_inheritance.t
16dee8b4 53t/016_class_errors_and_edge_cases.t
96ceced8 54t/017_add_method_modifier.t
46666f33 55t/018_anon_class.t
c0fcd6ab 56t/019_anon_class_keep_alive.t
a2e85e6c 57t/020_attribute.t
16dee8b4 58t/021_attribute_errors_and_edge_cases.t
8745cf22 59t/022_attribute_duplication.t
d14f6cbe 60t/023_attribute_get_read_write.t
10dd437b 61t/024_attribute_initializer.t
a2e85e6c 62t/030_method.t
96ceced8 63t/031_method_modifiers.t
550d56db 64t/040_metaclass.t
65t/041_metaclass_incompatability.t
10dd437b 66t/042_metaclass_incompatibility_dyn.t
67t/043_instance_metaclass_incompat.t
68t/044_instance_metaclass_incompat_dyn.t
c0fcd6ab 69t/045_metaclass_loads_classes.t
10dd437b 70t/046_rebless_instance.t
214e4bd7 71t/047_rebless_with_extra_params.t
69098108 72t/050_scala_style_mixin_composition.t
d82060fe 73t/060_instance.t
74t/061_instance_inline.t
2ba153a9 75t/070_immutable_metaclass.t
373a16ae 76t/071_immutable_w_custom_metaclass.t
cdc1ecba 77t/072_immutable_w_constructors.t
b817e248 78t/073_make_mutable.t
2ba153a9 79t/080_meta_package.t
716c5765 80t/081_meta_package_extension.t
10dd437b 81t/082_get_code_info.t
a2e85e6c 82t/100_BinaryTree_test.t
b5ace786 83t/101_InstanceCountingClass_test.t
a2e85e6c 84t/102_InsideOutClass_test.t
b5ace786 85t/103_Perl6Attribute_test.t
7be45b35 86t/104_AttributesWithHistory_test.t
87t/105_ClassEncapsulatedAttributes_test.t
aa9c883e 88t/106_LazyClass_test.t
f3f5bd34 89t/107_C3MethodDispatchOrder_test.t
d82060fe 90t/108_ArrayBasedStorage_test.t
ea263060 91t/200_Class_C3_compatibility.t
0eff2c16 92t/300_random_eval_bug.t
795a0c8b 93t/301_RT_27329_fix.t
a2e85e6c 94t/lib/BinaryTree.pm
c0fcd6ab 95t/lib/MyMetaClass.pm
96t/lib/MyMetaClass/Attribute.pm
97t/lib/MyMetaClass/Instance.pm
98t/lib/MyMetaClass/Method.pm
87cd701e 99t/pod.t
100t/pod_coverage.t