2008-06-04 |
Stevan Little |
some speed gains |
tree | commitdiff |
2008-05-27 |
Stevan Little |
Some package speedups |
tree | commitdiff |
2008-05-25 |
Stevan Little |
0.56 |
tree | commitdiff |
2008-05-24 |
Stevan Little |
fixing get_{read,write}_method_ref |
tree | commitdiff |
2008-05-18 |
Stevan Little |
Class::MOP::Method and co. are now stricter and require... |
tree | commitdiff |
2008-05-18 |
Stevan Little |
working without XS |
tree | commitdiff |
2008-05-18 |
Stevan Little |
fixing the get_method_map stuff |
tree | commitdiff |
2008-05-18 |
Stevan Little |
removing ->blessed, blessed is not a method *cough... |
tree | commitdiff |
2008-05-16 |
Stevan Little |
dont break trunk please |
tree | commitdiff |
2008-05-16 |
Shawn M Moore |
Fix failing test because of the new has_{read,write... |
tree | commitdiff |
2008-05-16 |
Tomas Doran |
Add test in Class:MOP for ->identifier() and immutable... |
tree | commitdiff |
2008-04-15 |
Stevan Little |
c3 tests and details |
tree | commitdiff |
2008-03-12 |
Stevan Little |
old stuff in the test |
tree | commitdiff |
2008-03-12 |
Stevan Little |
addin in the extra params for rebless_instance |
tree | commitdiff |
2008-03-11 |
Stevan Little |
Class::MOP fixes |
tree | commitdiff |
2008-02-17 |
Stevan Little |
test tweaks |
tree | commitdiff |
2008-02-08 |
Stevan Little |
removing the leftover bits from the get_init_args and... 0_53 |
tree | commitdiff |
2008-02-07 |
Stevan Little |
tweaking the attribute initializer stuff a little |
tree | commitdiff |
2008-02-07 |
Ricardo SIGNES |
tweak the initializer args, document set_initial_value |
tree | commitdiff |
2008-02-06 |
Ricardo SIGNES |
add public set_initial_value method for Moose to consum... |
tree | commitdiff |
2008-02-04 |
Ricardo SIGNES |
fix testspectations |
tree | commitdiff |
2008-02-04 |
Ricardo SIGNES |
give the initializer a test |
tree | commitdiff |
2008-02-04 |
Ricardo SIGNES |
allow an initilizer to be set for attributes |
tree | commitdiff |
2008-01-29 |
Yuval Kogman |
microoptimization in Class::MOP::Instance |
tree | commitdiff |
2008-01-28 |
Yuval Kogman |
get_code_info test |
tree | commitdiff |
2008-01-27 |
Yuval Kogman |
finish get_attribute_values etc |
tree | commitdiff |
2008-01-27 |
Shawn M Moore |
Add Instance->get_all_slot_values and tests |
tree | commitdiff |
2008-01-14 |
Shawn M Moore |
Some test/doc issues ferreted out by fixing my Class... 0_51 |
tree | commitdiff |
2008-01-13 |
Shawn M Moore |
Change the error message for when you rebless into... |
tree | commitdiff |
2008-01-13 |
Shawn M Moore |
Some simplifications to rebless given by stevan++ |
tree | commitdiff |
2008-01-13 |
Shawn M Moore |
On the advice of autarch, force reblessing to target... |
tree | commitdiff |
2008-01-12 |
Shawn M Moore |
Add Class::MOP::Class->rebless_instance, Class::MOP... |
tree | commitdiff |
2007-12-16 |
Matt S Trout |
fix make_mutable when option values defaulted |
tree | commitdiff |
2007-12-12 |
Stevan Little |
some tweaks |
tree | commitdiff |
2007-12-12 |
Stevan Little |
Class::MOP with XS |
tree | commitdiff |
2007-11-28 |
Robert Boone |
Add ability for a base class to find its subclasses |
tree | commitdiff |
2007-11-26 |
Stevan Little |
making get_read_method, etc act more sanely |
tree | commitdiff |
2007-11-24 |
Stevan Little |
more tests |
tree | commitdiff |
2007-11-24 |
Stevan Little |
fixed |
tree | commitdiff |
2007-11-23 |
Stevan Little |
whoops |
tree | commitdiff |
2007-11-23 |
Stevan Little |
adding in the linearized_isa method |
tree | commitdiff |
2007-11-12 |
Guillermo Roditi |
change t/060 to not test for the old-style slot initial... 0_44 0_45 |
tree | commitdiff |
2007-11-07 |
Guillermo Roditi |
tests and changelog |
tree | commitdiff |
2007-11-06 |
Guillermo Roditi |
predicate fixes |
tree | commitdiff |
2007-10-26 |
Guillermo Roditi |
builder changes. sorry about diff noise, my editor... |
tree | commitdiff |
2007-09-21 |
Stevan Little |
you can never have enough tests :) |
tree | commitdiff |
2007-09-21 |
Stevan Little |
refactored the Constructor to support inlining better... |
tree | commitdiff |
2007-07-16 |
Matt S Trout |
undo stevan's broken workarounds, actually fix for... |
tree | commitdiff |
2007-07-15 |
Stevan Little |
0.41 |
tree | commitdiff |
2007-07-15 |
Stevan Little |
0.41 |
tree | commitdiff |
2007-06-21 |
Stevan Little |
geting rid of that pesky test failure in 5.9.5, horray... 0_40 |
tree | commitdiff |
2007-06-02 |
Guillermo Roditi |
more immutable fixes |
tree | commitdiff |
2007-06-02 |
Guillermo Roditi |
massive updates to the way immutable works to fix a... |
tree | commitdiff |
2007-06-01 |
Guillermo Roditi |
added ability to reverse immutability, sorry about... |
tree | commitdiff |
2007-05-29 |
Guillermo Roditi |
load all custom metaclasses automatically + tests 0_38 |
tree | commitdiff |
2007-05-29 |
Guillermo Roditi |
tiny change in metaclass.pm to automatically load custo... |
tree | commitdiff |
2007-05-29 |
Stevan Little |
groditis anon class fixup |
tree | commitdiff |
2007-05-29 |
Guillermo Roditi |
adding test for keep-alive metaclasses which have live... |
tree | commitdiff |
2007-05-29 |
Stevan Little |
fixed RT 27329 |
tree | commitdiff |
2007-05-21 |
Guillermo Roditi |
get_read_method and get_write_method + tests + POD |
tree | commitdiff |
2007-05-15 |
Brandon L Black |
two simple test fixes for 5.9.5 |
tree | commitdiff |
2007-04-08 |
Stevan Little |
I think this fixed the bleadperl issue |
tree | commitdiff |
2007-04-08 |
Stevan Little |
I think this fixed the bleadperl issue |
tree | commitdiff |
2007-02-24 |
Stevan Little |
added some functions to check if class is loaded and... 0_37 |
tree | commitdiff |
2007-01-27 |
Stevan Little |
merging the immutable branch into trunk |
tree | commitdiff |
2006-11-27 |
Stevan Little |
bar |
tree | commitdiff |
2006-11-09 |
Stevan Little |
IT WORKS NOWrun_testsrun_testsrun_testsrun_tests |
tree | commitdiff |
2006-11-08 |
Stevan Little |
fixed all the attribute name to be more Perl6ish and... |
tree | commitdiff |
2006-11-02 |
Stevan Little |
immutable refacotring |
tree | commitdiff |
2006-11-02 |
Stevan Little |
testing 0_36 |
tree | commitdiff |
2006-10-26 |
Stevan Little |
added new constructor method metaclass |
tree | commitdiff |
2006-10-16 |
Stevan Little |
fixing up the method protocol more, actually this is... |
tree | commitdiff |
2006-10-15 |
Stevan Little |
more-method-refactoring |
tree | commitdiff |
2006-09-24 |
Stevan Little |
foo |
tree | commitdiff |
2006-09-15 |
Stevan Little |
fixing some edge cases Moose brought out |
tree | commitdiff |
2006-08-31 |
Stevan Little |
whoops-bug |
tree | commitdiff |
2006-08-30 |
Stevan Little |
add_attribute fix, and version fixes, changes, etc |
tree | commitdiff |
2006-08-29 |
Stevan Little |
mergeing the method fix in |
tree | commitdiff |
2006-08-29 |
Stevan Little |
adding in the additional metaclasses |
tree | commitdiff |
2006-08-28 |
Stevan Little |
no-more-blessed-subs |
tree | commitdiff |
2006-08-26 |
Stevan Little |
lost of misc changes; fixed the &create method; test... |
tree | commitdiff |
2006-08-20 |
Stevan Little |
adding the methods attribute |
tree | commitdiff |
2006-08-18 |
Stevan Little |
cleaned up the package problem |
tree | commitdiff |
2006-08-17 |
Stevan Little |
lots of documentation changes, some refactoring too |
tree | commitdiff |
2006-08-17 |
Stevan Little |
moved all the metaclass cache stuff to Class::MOP so... |
tree | commitdiff |
2006-08-16 |
Stevan Little |
no ref in the defaults |
tree | commitdiff |
2006-08-12 |
Stevan Little |
adding Class::MOP::Object |
tree | commitdiff |
2006-08-11 |
Stevan Little |
added the AUTHORITY into all classes, and support for... |
tree | commitdiff |
2006-08-10 |
Stevan Little |
merging package encapsulation back into trunk |
tree | commitdiff |
2006-08-10 |
Stevan Little |
fixed the tests and worked around perls typeglob yuk |
tree | commitdiff |
2006-08-10 |
Stevan Little |
cleanup and more tests; |
tree | commitdiff |
2006-08-08 |
Stevan Little |
broken-tests |
tree | commitdiff |
2006-08-04 |
Stevan Little |
more-package-refactoring |
tree | commitdiff |
2006-08-04 |
Yuval Kogman |
clear/deinitialize but with tests only for deinitialize |
tree | commitdiff |
2006-08-04 |
Stevan Little |
more-package-refactoring |
tree | commitdiff |
2006-08-03 |
Stevan Little |
encapsulated-package-features |
tree | commitdiff |
2006-07-13 |
Yuval Kogman |
Docs, small fixes, find_method_by_name and the get_valu... |
tree | commitdiff |
2006-07-06 |
Stevan Little |
foo |
tree | commitdiff |
2006-07-05 |
Stevan Little |
closed |
tree | commitdiff |
2006-07-05 |
Stevan Little |
cleanup |
tree | commitdiff |
next |