2008-12-04 |
Florian Ragwitz |
Test execution of stub meta methods after the stub... |
tree | commitdiff |
2008-12-04 |
Florian Ragwitz |
Add tests for RT#41255. |
tree | commitdiff |
2008-12-04 |
Florian Ragwitz |
Test that stub functions are handled like every other... |
tree | commitdiff |
2008-11-29 |
Shawn M Moore |
Class::MOP::Method->execute |
tree | commitdiff |
2008-11-25 |
Shawn M Moore |
Move the actual module/package creation from Class... |
tree | commitdiff |
2008-11-14 |
Dave Rolsky |
got rid of all the use_ok junk except for 000_load.t |
tree | commitdiff |
2008-11-14 |
Dave Rolsky |
none of this use_ok nonsense |
tree | commitdiff |
2008-11-14 |
Florian Ragwitz |
Add a failing testcase for get_all_package_symbols... |
tree | commitdiff |
2008-11-07 |
Dave Rolsky |
Added introspection methods for method modifiers, along... |
tree | commitdiff |
2008-11-07 |
Dave Rolsky |
Tidy this bizarrely indented code before adding more... |
tree | commitdiff |
2008-11-07 |
Dave Rolsky |
Remove use_ok tests |
tree | commitdiff |
2008-10-22 |
Tomas Doran |
Change load_first_existing_class to return the name... |
tree | commitdiff |
2008-10-22 |
Dave Rolsky |
Fix test description and some tidying |
tree | commitdiff |
2008-10-21 |
Tomas Doran |
Fix error message. Loads of tests in the Moose test... |
tree | commitdiff |
2008-10-21 |
Dave Rolsky |
Rename load_first_class_of to load_first_existing_class... |
tree | commitdiff |
2008-10-21 |
Tomas Doran |
Addition of load_one_class_of, to allow does method... |
tree | commitdiff |
2008-10-17 |
Florian Ragwitz |
Add a failing testcase for a sane Class::MOP::load_clas... |
tree | commitdiff |
2008-09-30 |
Todd Hepler |
Class::MOP::Class::create() |
tree | commitdiff |
2008-09-29 |
Shawn M Moore |
Test that extending oneself actually throws an error |
tree | commitdiff |
2008-09-16 |
Yuval Kogman |
load metaclasses more liberally |
tree | commitdiff |
2008-09-13 |
Dave Rolsky |
I kept wondering why I "mistyped" this method name... |
tree | commitdiff |
2008-09-13 |
Dave Rolsky |
Oops, left some junk in here. |
tree | commitdiff |
2008-09-11 |
Dave Rolsky |
Test cloning a clone, and make sure original_* accessor... |
tree | commitdiff |
2008-09-11 |
Dave Rolsky |
Actually implement and test having add_method clone... |
tree | commitdiff |
2008-09-11 |
Dave Rolsky |
Part 1 of the great clone plan. |
tree | commitdiff |
2008-09-11 |
Dave Rolsky |
Apply changes to deprecate alias_method previously... |
tree | commitdiff |
2008-09-11 |
Dave Rolsky |
Revert the last few commits related to deprecating... |
tree | commitdiff |
2008-09-11 |
Dave Rolsky |
Make alias_method simply call add_method. |
tree | commitdiff |
2008-09-02 |
Yuval Kogman |
Class::MOP::load_class no longer creates a metaclass... |
tree | commitdiff |
2008-09-01 |
Dave Rolsky |
Make sure all the XS methods die when called as a class... |
tree | commitdiff |
2008-09-01 |
Dave Rolsky |
Fix XS so that Class::MOP::Method accessors blow up... |
tree | commitdiff |
2008-09-01 |
Dave Rolsky |
Spell can't correctly |
tree | commitdiff |
2008-09-01 |
Dave Rolsky |
Make test descriptions clearer |
tree | commitdiff |
2008-08-28 |
Dave Rolsky |
When checking for a valid class name, actually use... |
tree | commitdiff |
2008-08-28 |
Dave Rolsky |
Check that class name is actually a valid class name... |
tree | commitdiff |
2008-08-16 |
Yuval Kogman |
wrap_method_body |
tree | commitdiff |
2008-08-15 |
Yuval Kogman |
is_pristine |
tree | commitdiff |
2008-08-14 |
Yuval Kogman |
register on initialize, and move reinitialize to Package |
tree | commitdiff |
2008-08-13 |
Yuval Kogman |
_new for Class::MOP::Class |
tree | commitdiff |
2008-08-13 |
Yuval Kogman |
immutable constructor for Attribute |
tree | commitdiff |
2008-08-13 |
Yuval Kogman |
allow forcing of constructor inlining |
tree | commitdiff |
2008-08-11 |
Yuval Kogman |
XS version of get_all_package_symbols |
tree | commitdiff |
2008-08-10 |
Yuval Kogman |
bah, cleanup made it much slower |
tree | commitdiff |
2008-08-10 |
Yuval Kogman |
get_all_methods and get_all_attributes |
tree | commitdiff |
2008-08-10 |
Yuval Kogman |
explicit meta instance dependencies |
tree | commitdiff |
2008-08-09 |
Yuval Kogman |
make initialize() and create() consistent WRT package arg |
tree | commitdiff |
2008-08-09 |
Yuval Kogman |
correct invalidation of meta instance |
tree | commitdiff |
2008-08-08 |
Yuval Kogman |
Accept fully named params to Class::MOP::Class::create |
tree | commitdiff |
2008-08-08 |
Yuval Kogman |
more $: $. and whatnot cleanups |
tree | commitdiff |
2008-08-08 |
Yuval Kogman |
accept fully named args to Class::MOP::Method::wrap |
tree | commitdiff |
2008-08-08 |
Yuval Kogman |
Remove p6 style attribute naming |
tree | commitdiff |
2008-08-08 |
Dave Rolsky |
One last tweak to make sure our Sub::Name-using tests... |
tree | commitdiff |
2008-08-08 |
Dave Rolsky |
Don't require Sub::Name if we don't find a compiler. |
tree | commitdiff |
2008-08-02 |
Yuval Kogman |
inline initialize slot didn't match non inline |
tree | commitdiff |
2008-07-01 |
Shawn M Moore |
Have load_class return the metaclass, initializing... |
tree | commitdiff |
2008-06-18 |
Yuval Kogman |
test for 5.10 case of borked constanting |
tree | commitdiff |
2008-06-12 |
Shawn M Moore |
TODOify failing modifier test |
tree | commitdiff |
2008-06-11 |
Guillermo Roditi |
expose immutable options and transformer |
tree | commitdiff |
2008-06-11 |
Shawn M Moore |
Name the failing test |
tree | commitdiff |
2008-06-11 |
Shawn M Moore |
Add failing test for modifying a parent method after... |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Some tests from Mouse for load_class and is_class_loaded |
tree | commitdiff |
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 |
next |