copyright date changes on Class::MOP
[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
a92a3fc0 34ppport.h
87cd701e 35Makefile.PL
36MANIFEST
37META.yml
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
a2e85e6c 61t/030_method.t
96ceced8 62t/031_method_modifiers.t
550d56db 63t/040_metaclass.t
64t/041_metaclass_incompatability.t
d82060fe 65t/042_metaclass_incompatibility_dynamic.t
66t/043_instance_metaclass_incompatibility.t
67t/044_instance_metaclass_incompatibility_dynamic.t
c0fcd6ab 68t/045_metaclass_loads_classes.t
69098108 69t/050_scala_style_mixin_composition.t
d82060fe 70t/060_instance.t
71t/061_instance_inline.t
2ba153a9 72t/070_immutable_metaclass.t
373a16ae 73t/071_immutable_w_custom_metaclass.t
cdc1ecba 74t/072_immutable_w_constructors.t
b817e248 75t/073_make_mutable.t
2ba153a9 76t/080_meta_package.t
716c5765 77t/081_meta_package_extension.t
a2e85e6c 78t/100_BinaryTree_test.t
b5ace786 79t/101_InstanceCountingClass_test.t
a2e85e6c 80t/102_InsideOutClass_test.t
b5ace786 81t/103_Perl6Attribute_test.t
7be45b35 82t/104_AttributesWithHistory_test.t
83t/105_ClassEncapsulatedAttributes_test.t
aa9c883e 84t/106_LazyClass_test.t
f3f5bd34 85t/107_C3MethodDispatchOrder_test.t
d82060fe 86t/108_ArrayBasedStorage_test.t
ea263060 87t/200_Class_C3_compatibility.t
0eff2c16 88t/300_random_eval_bug.t
795a0c8b 89t/301_RT_27329_fix.t
a2e85e6c 90t/lib/BinaryTree.pm
c0fcd6ab 91t/lib/MyMetaClass.pm
92t/lib/MyMetaClass/Attribute.pm
93t/lib/MyMetaClass/Instance.pm
94t/lib/MyMetaClass/Method.pm
87cd701e 95t/pod.t
96t/pod_coverage.t