fixed all the attribute name to be more Perl6ish and then removed the : in the init_a...
authorStevan Little <stevan.little@iinteractive.com>
Wed, 8 Nov 2006 16:32:36 +0000 (16:32 +0000)
committerStevan Little <stevan.little@iinteractive.com>
Wed, 8 Nov 2006 16:32:36 +0000 (16:32 +0000)
commit81c8a65bf02bb1b0e240d8f5b626b0ceabf9a37c
treecf60901b46a8cebef38eb341519478eebd57276e
parentfdbdb5e6eb0e4f6c54629f0bde376aba5e69df14
fixed all the attribute name to be more Perl6ish and then removed the : in the init_args as well (this aint LISP :P)
29 files changed:
Changes
MANIFEST
bench/all.yml
examples/ArrayBasedStorage.pod
examples/AttributesWithHistory.pod
examples/ClassEncapsulatedAttributes.pod
examples/InsideOutClass.pod
lib/Class/MOP.pm
lib/Class/MOP/Attribute.pm
lib/Class/MOP/Class.pm
lib/Class/MOP/Class/Immutable.pm
lib/Class/MOP/Instance.pm
lib/Class/MOP/Method.pm
lib/Class/MOP/Method/Accessor.pm
lib/Class/MOP/Method/Constructor.pm [new file with mode: 0644]
lib/Class/MOP/Method/Wrapped.pm
lib/Class/MOP/Package.pm
lib/metaclass.pm
t/000_load.t
t/006_new_and_clone_metaclasses.t
t/010_self_introspection.t
t/014_attribute_introspection.t
t/040_metaclass.t
t/043_instance_metaclass_incompatibility.t
t/044_instance_metaclass_incompatibility_dynamic.t
t/072_immutable_w_constructors.t [new file with mode: 0644]
t/102_InsideOutClass_test.t
t/106_LazyClass_test.t
t/108_ArrayBasedStorage_test.t