MANIFEST
MakeMethods.pm
MakeMethods/Attribute.pm
MakeMethods/Autoload.pm
MakeMethods/Basic.pm
MakeMethods/Basic/Array.pm
MakeMethods/Basic/Global.pm
MakeMethods/Basic/Hash.pm
MakeMethods/Composite.pm
MakeMethods/Composite/Array.pm
MakeMethods/Composite/Global.pm
MakeMethods/Composite/Hash.pm
MakeMethods/Composite/Inheritable.pm
MakeMethods/Composite/Universal.pm
MakeMethods/Docs/Catalog.pod
MakeMethods/Docs/Changes.pod
MakeMethods/Docs/Examples.pod
MakeMethods/Docs/ReadMe.pod
MakeMethods/Docs/RelatedModules.pod
MakeMethods/Docs/ToDo.pod
MakeMethods/Emulator.pm
MakeMethods/Emulator/AccessorFast.pm
MakeMethods/Emulator/Inheritable.pm
MakeMethods/Emulator/MethodMaker.pm
MakeMethods/Emulator/Singleton.pm
MakeMethods/Emulator/Struct.pm
MakeMethods/Standard.pm
MakeMethods/Standard/Array.pm
MakeMethods/Standard/Global.pm
MakeMethods/Standard/Hash.pm
MakeMethods/Standard/Inheritable.pm
MakeMethods/Standard/Universal.pm
MakeMethods/Template.pm
MakeMethods/Template/Array.pm
MakeMethods/Template/Class.pm
MakeMethods/Template/ClassInherit.pm
MakeMethods/Template/ClassName.pm
MakeMethods/Template/ClassVar.pm
MakeMethods/Template/DiskCache.pm
MakeMethods/Template/Flyweight.pm
MakeMethods/Template/Generic.pm
MakeMethods/Template/Global.pm
MakeMethods/Template/Hash.pm
MakeMethods/Template/Inheritable.pm
MakeMethods/Template/InsideOut.pm
MakeMethods/Template/PackageVar.pm
MakeMethods/Template/PseudoHash.pm
MakeMethods/Template/Ref.pm
MakeMethods/Template/Scalar.pm
MakeMethods/Template/Static.pm
MakeMethods/Template/Struct.pm
MakeMethods/Template/StructBuiltin.pm
MakeMethods/Template/TextBuilder.pm
MakeMethods/Template/Universal.pm
MakeMethods/Utility/ArraySplicer.pm
MakeMethods/Utility/Inheritable.pm
MakeMethods/Utility/Ref.pm
Makefile.PL
README
docs/CATALOG
docs/CHANGES
docs/EXAMPLES
docs/MANUAL
docs/TODO
t-mm/Test.pm
t-mm/abstract.t
t-mm/boolean.092.t
t-mm/boolean.t
t-mm/code.t
t-mm/copy.t
t-mm/counter.t
t-mm/find_test
t-mm/get_concat.092.t
t-mm/get_concat.t
t-mm/get_set.092.t
t-mm/get_set.t
t-mm/get_set_hi.110.todo
t-mm/grouped_fields.t
t-mm/hash.092.t
t-mm/hash.t
t-mm/hash_of_lists.t
t-mm/key_attrib.t
t-mm/key_with_create.t
t-mm/list.092.t
t-mm/list.104.t
t-mm/list.t
t-mm/listed_attrib.t
t-mm/method.t
t-mm/new.092.t
t-mm/new.102.t
t-mm/new.t
t-mm/object.092.t
t-mm/object.t
t-mm/object_list.102.t
t-mm/object_list.t
t-mm/object_tie_hash.110.todo
t-mm/object_tie_list.110.todo
t-mm/static_get_set.t
t-mm/static_hash.092.t
t-mm/static_hash.t
t-mm/static_list.t
t-mm/struct.t
t-mm/sugar.092.t
t-mm/tie_hash.t
t-mm/tie_list.110.todo
t-mm/tie_scalar.110.todo
t/10_import_version.t
t/21_Basic_declarations.t
t/22_Basic_array.t
t/23_Basic_hash.t
t/24_Basic_global_scalar.t
t/25_Basic_global_hash.t
t/30_Standard_declarations.t
t/31_Standard_hash.t
t/32_Standard_inheritable.t
t/33_Standard_inheritable_hash.t
t/40_Composite_declarations.t
t/41_Composite_hash.t
t/42_Composite_inheritable.t
t/43_Composite_inheritable_hash.t
t/44_Composite_inheritable_hook.t
t/45_Composite_patch.t
t/50_Template_declaration.t
t/50_Template_doc_examples.t
t/50_Template_doc_extending.t
t/51_Template_abstract.t
t/51_Template_clone.t
t/52_Template_hash_array.t
t/52_Template_hash_array_getset.t
t/52_Template_hash_array_object.t
t/52_Template_hash_boolean.t
t/52_Template_hash_code.t
t/52_Template_hash_copy.t
t/52_Template_hash_counter.t
t/52_Template_hash_hash.t
t/52_Template_hash_hash_array.t
t/52_Template_hash_method.t
t/52_Template_hash_new.t
t/52_Template_hash_number.t
t/52_Template_hash_number_templates.t
t/52_Template_hash_object.t
t/52_Template_hash_scalar.t
t/52_Template_hash_scalar_templates.t
t/52_Template_hash_string_concat.t
t/52_Template_hash_string_index.t
t/52_Template_hash_string_index_create.t
t/52_Template_hash_struct.t
t/52_Template_hash_tiedhash.t
t/53_Template_array_number.t
t/53_Template_array_object.t
t/53_Template_array_scalar.t
t/54_Template_global_array.t
t/54_Template_global_code.t
t/54_Template_global_hash.t
t/54_Template_global_scalar.t
t/55_Template_class_array.t
t/55_Template_class_scalar.t
t/55_Template_classvar_array.t
t/55_Template_classvar_scalar.t
t/55_Template_package_scalar.t
t/56_Template_inherit_hash.todo
t/56_Template_inherit_scalar.t
t/56_Template_insideout_array.t
t/56_Template_insideout_bool_i.t
t/56_Template_insideout_scalar.t
t/57_Template_scalar_bits.t
t/57_Template_scalar_counter.t
t/58_Template_modifier_clos_cnt.t
t/58_Template_modifier_closure.t
t/58_Template_modifier_private.t
t/59_Template_text_builder.t
t/61_Attribute_stnd_hash.t
t/62_Autoload_stnd_hash.t
t/63_Autoload_typemap.t
t/64_Utility_Inheritable.t
t/71_Class_Accessor_Fast.t
t/72_Class_Inheritable.t
t/73_Class_Inheritable_trans.t
t/74_Class_Singleton.t
t/75_Class_Singleton_trans.t
t/76_Class_Struct.t
t/77_Class_Struct_compare.t
