CHANGES 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/Emulator/accessors.pm MakeMethods/Emulator/mcoder.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/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 t/attribute_stnd_hash.t t/autoload_stnd_hash.t t/autoload_typemap.t t/basic_array_scalar.t t/basic_declarations.t t/basic_global_hash.t t/basic_global_scalar.t t/basic_hash_scalar.t t/composite_declarations.t t/composite_hash.t t/composite_inheritable.t t/composite_inheritable_hash.t t/composite_inheritable_hook.t t/composite_patch.t t/core_import_version.t t/emulator_accessors_chained.t t/emulator_accessors_classic.t t/emulator_accessors_default.t t/emulator_accessors_invalid.t t/emulator_class_accessor_fast.t t/emulator_class_inheritable.t t/emulator_class_inheritable_trans.t t/emulator_class_methodmaker.t t/emulator_class_methodmaker/Test.pm t/emulator_class_methodmaker/abstract.t t/emulator_class_methodmaker/boolean.092.t t/emulator_class_methodmaker/boolean.t t/emulator_class_methodmaker/code.t t/emulator_class_methodmaker/copy.t t/emulator_class_methodmaker/counter.t t/emulator_class_methodmaker/find_test t/emulator_class_methodmaker/get_concat.092.t t/emulator_class_methodmaker/get_concat.t t/emulator_class_methodmaker/get_set.092.t t/emulator_class_methodmaker/get_set.t t/emulator_class_methodmaker/get_set_hi.110.todo t/emulator_class_methodmaker/grouped_fields.t t/emulator_class_methodmaker/hash.092.t t/emulator_class_methodmaker/hash.t t/emulator_class_methodmaker/hash_of_lists.t t/emulator_class_methodmaker/key_attrib.t t/emulator_class_methodmaker/key_with_create.t t/emulator_class_methodmaker/list.092.t t/emulator_class_methodmaker/list.104.t t/emulator_class_methodmaker/list.t t/emulator_class_methodmaker/listed_attrib.t t/emulator_class_methodmaker/method.t t/emulator_class_methodmaker/new.092.t t/emulator_class_methodmaker/new.102.t t/emulator_class_methodmaker/new.t t/emulator_class_methodmaker/object.092.t t/emulator_class_methodmaker/object.t t/emulator_class_methodmaker/object_list.102.t t/emulator_class_methodmaker/object_list.t t/emulator_class_methodmaker/object_tie_hash.110.todo t/emulator_class_methodmaker/object_tie_list.110.todo t/emulator_class_methodmaker/static_get_set.t t/emulator_class_methodmaker/static_hash.092.t t/emulator_class_methodmaker/static_hash.t t/emulator_class_methodmaker/static_list.t t/emulator_class_methodmaker/struct.t t/emulator_class_methodmaker/sugar.092.t t/emulator_class_methodmaker/tie_hash.t t/emulator_class_methodmaker/tie_list.110.todo t/emulator_class_methodmaker/tie_scalar.110.todo t/emulator_class_singleton.t t/emulator_class_singleton_trans.t t/emulator_class_struct.t t/emulator_class_struct_compare.t t/emulator_mcoder_getset.t t/emulator_mcoder_proxies.t t/emulator_mcoder_sugar.t t/standard_declarations.t t/standard_hash.t t/standard_inheritable.t t/standard_inheritable_hash.t t/template_abstract.t t/template_array_number.t t/template_array_object.t t/template_array_scalar.t t/template_class_array.t t/template_class_scalar.t t/template_classvar_array.t t/template_classvar_scalar.t t/template_clone.t t/template_declaration.t t/template_doc_examples.t t/template_doc_extending.t t/template_global_array.t t/template_global_code.t t/template_global_hash.t t/template_global_scalar.t t/template_global_scalar_lvalue.t t/template_hash_array.t t/template_hash_array_getset.t t/template_hash_array_lvalue.t t/template_hash_array_object.t t/template_hash_boolean.t t/template_hash_code.t t/template_hash_copy.t t/template_hash_counter.t t/template_hash_counter_closure.t t/template_hash_hash.t t/template_hash_hash_array.t t/template_hash_method.t t/template_hash_new.t t/template_hash_number.t t/template_hash_number_interfaces.t t/template_hash_object.t t/template_hash_scalar.t t/template_hash_scalar_closure.t t/template_hash_scalar_interfaces.t t/template_hash_scalar_lvalue.t t/template_hash_string_concat.t t/template_hash_string_index.t t/template_hash_string_index_create.t t/template_hash_struct.t t/template_hash_tiedhash.t t/template_inherit_hash.todo t/template_inherit_scalar.t t/template_insideout_array.t t/template_insideout_bool_i.t t/template_insideout_scalar.t t/template_modifier_private.t t/template_package_scalar.t t/template_scalar_bits.t t/template_scalar_counter.t t/template_text_builder.t t/utility_inheritable.t