1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196
|
benchmark.pl
CHANGES
Makefile.PL
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/accessors.pm
MakeMethods/Emulator/Inheritable.pm
MakeMethods/Emulator/mcoder.pm
MakeMethods/Emulator/MethodMaker.pm
MakeMethods/Emulator/Singleton.pm
MakeMethods/Emulator/Struct.pm
MakeMethods/Evaled.pm
MakeMethods/Evaled/Hash.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/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/Universal.pm
MakeMethods/Utility/ArraySplicer.pm
MakeMethods/Utility/DiskCache.pm
MakeMethods/Utility/Inheritable.pm
MakeMethods/Utility/Ref.pm
MakeMethods/Utility/TextBuilder.pm
MANIFEST
META.yml
README
test.pl
tests/access/attribute_stnd_hash.t
tests/access/autoload_stnd_hash.t
tests/access/autoload_typemap.t
tests/access/import_version.t
tests/basic/array_scalar.t
tests/basic/declarations.t
tests/basic/global_hash.t
tests/basic/global_scalar.t
tests/basic/hash_scalar.t
tests/composite/declarations.t
tests/composite/hash.t
tests/composite/inheritable.t
tests/composite/inheritable_hash.t
tests/composite/inheritable_hook.t
tests/composite/patch.t
tests/evaled/hash_scalar.t
tests/standard/standard_declarations.t
tests/standard/standard_hash.t
tests/standard/standard_inheritable.t
tests/standard/standard_inheritable_hash.t
tests/template/abstract.t
tests/template/array_number.t
tests/template/array_object.t
tests/template/array_scalar.t
tests/template/class_array.t
tests/template/class_scalar.t
tests/template/classvar_array.t
tests/template/classvar_scalar.t
tests/template/clone.t
tests/template/declaration.t
tests/template/doc_examples.t
tests/template/doc_extending.t
tests/template/global_array.t
tests/template/global_code.t
tests/template/global_hash.t
tests/template/global_scalar.t
tests/template/global_scalar_lvalue.t
tests/template/hash_array.t
tests/template/hash_array_getset.t
tests/template/hash_array_lvalue.t
tests/template/hash_array_object.t
tests/template/hash_boolean.t
tests/template/hash_classkey.todo
tests/template/hash_code.t
tests/template/hash_copy.t
tests/template/hash_counter.t
tests/template/hash_counter_closure.t
tests/template/hash_hash.t
tests/template/hash_hash_array.t
tests/template/hash_method.t
tests/template/hash_new.t
tests/template/hash_number.t
tests/template/hash_number_interfaces.t
tests/template/hash_object.t
tests/template/hash_scalar.t
tests/template/hash_scalar_closure.t
tests/template/hash_scalar_interfaces.t
tests/template/hash_scalar_lvalue.t
tests/template/hash_string_concat.t
tests/template/hash_string_index.t
tests/template/hash_string_index_create.t
tests/template/hash_struct.t
tests/template/hash_tiedhash.t
tests/template/inherit_hash.todo
tests/template/inherit_scalar.t
tests/template/insideout_array.t
tests/template/insideout_bool_i.t
tests/template/insideout_scalar.t
tests/template/modifier_private.t
tests/template/package_scalar.t
tests/template/scalar_bits.t
tests/template/scalar_counter.t
tests/TieScalarTest.pm
tests/utility/inheritable.t
tests/utility/text_builder.t
tests/xemulator/accessors/chained.t
tests/xemulator/accessors/classic.t
tests/xemulator/accessors/default.t
tests/xemulator/accessors/invalid.t
tests/xemulator/class_accessor/class_accessor_fast.t
tests/xemulator/class_inheritable/emulate.t
tests/xemulator/class_inheritable/transparent.t
tests/xemulator/class_methodmaker/abstract.t
tests/xemulator/class_methodmaker/boolean.092.t
tests/xemulator/class_methodmaker/boolean.t
tests/xemulator/class_methodmaker/code.t
tests/xemulator/class_methodmaker/copy.t
tests/xemulator/class_methodmaker/counter.t
tests/xemulator/class_methodmaker/get_concat.092.t
tests/xemulator/class_methodmaker/get_concat.t
tests/xemulator/class_methodmaker/get_set.092.t
tests/xemulator/class_methodmaker/get_set.t
tests/xemulator/class_methodmaker/get_set_hi.110.todo
tests/xemulator/class_methodmaker/grouped_fields.t
tests/xemulator/class_methodmaker/hash.092.t
tests/xemulator/class_methodmaker/hash.t
tests/xemulator/class_methodmaker/hash_of_lists.t
tests/xemulator/class_methodmaker/key_attrib.t
tests/xemulator/class_methodmaker/key_with_create.t
tests/xemulator/class_methodmaker/list.092.t
tests/xemulator/class_methodmaker/list.104.t
tests/xemulator/class_methodmaker/list.t
tests/xemulator/class_methodmaker/listed_attrib.t
tests/xemulator/class_methodmaker/method.t
tests/xemulator/class_methodmaker/new.092.t
tests/xemulator/class_methodmaker/new.102.t
tests/xemulator/class_methodmaker/new.t
tests/xemulator/class_methodmaker/object.092.t
tests/xemulator/class_methodmaker/object.t
tests/xemulator/class_methodmaker/object_list.102.t
tests/xemulator/class_methodmaker/object_list.t
tests/xemulator/class_methodmaker/object_tie_hash.110.todo
tests/xemulator/class_methodmaker/object_tie_list.110.todo
tests/xemulator/class_methodmaker/static_get_set.t
tests/xemulator/class_methodmaker/static_hash.092.t
tests/xemulator/class_methodmaker/static_hash.t
tests/xemulator/class_methodmaker/static_list.t
tests/xemulator/class_methodmaker/struct.t
tests/xemulator/class_methodmaker/sugar.092.t
tests/xemulator/class_methodmaker/Test.pm
tests/xemulator/class_methodmaker/tie_hash.t
tests/xemulator/class_methodmaker/tie_list.110.todo
tests/xemulator/class_methodmaker/tie_scalar.110.todo
tests/xemulator/class_singleton/emulate.t
tests/xemulator/class_singleton/transparent.t
tests/xemulator/class_struct/emulate.t
tests/xemulator/class_struct/equivalent.t
tests/xemulator/mcoder/getset.t
tests/xemulator/mcoder/proxies.t
tests/xemulator/mcoder/sugar.t
|