2009-03-16 |
Dave Rolsky |
Fix the mispelled method name here too |
tree | commitdiff |
2009-03-16 |
Dave Rolsky |
Make sure method map is updated after a method is removed |
tree | commitdiff |
2009-03-14 |
Dave Rolsky |
moved pod tests to xt dir |
tree | commitdiff |
2009-03-14 |
Dave Rolsky |
fix test count |
tree | commitdiff |
2009-03-14 |
Dave Rolsky |
got rid of check_metaclass_compatability method |
tree | commitdiff |
2009-03-14 |
Dave Rolsky |
make process_accessors private |
tree | commitdiff |
2009-03-14 |
Dave Rolsky |
Gah, kill use_ok and prototypes. |
tree | commitdiff |
2009-03-14 |
Dave Rolsky |
Fix spelling in a comment |
tree | commitdiff |
2009-03-12 |
Dave Rolsky |
Add a test to ensure that the get_write_method returns... |
tree | commitdiff |
2009-03-10 |
Florian Ragwitz |
Remove another unecessarily optional test plan. |
tree | commitdiff |
2009-03-10 |
Florian Ragwitz |
Remove optional test plan. |
tree | commitdiff |
2009-03-10 |
Florian Ragwitz |
Testcase for get_code_info on a sub that's still being... |
tree | commitdiff |
2009-03-09 |
Florian Ragwitz |
Add test for load_class on stashes with GVs without... |
tree | commitdiff |
2009-03-08 |
Shawn M Moore |
Add failing test (on 5.8.8 anyway) for rebless + overload |
tree | commitdiff |
2009-02-22 |
Dave Rolsky |
Remove all the pure Perl bits to go XS-only |
tree | commitdiff |
2009-02-20 |
Dave Rolsky |
Tweak code to be more consistent |
tree | commitdiff |
2009-02-20 |
Dave Rolsky |
Add a test for a problem that the Moose tests were... |
tree | commitdiff |
2009-02-20 |
Dave Rolsky |
Add a test for adding a method modifier to a method... |
tree | commitdiff |
2009-02-20 |
Dave Rolsky |
Spell withdrawal correctly |
tree | commitdiff |
2009-02-20 |
Dave Rolsky |
Add a test for wrapping a method which doesn't exist. |
tree | commitdiff |
2009-02-20 |
Dave Rolsky |
perltidy this test file |
tree | commitdiff |
2009-02-20 |
Dave Rolsky |
Make the meta-instance class take a bare attribute... |
tree | commitdiff |
2009-02-14 |
Florian Ragwitz |
Add a wrapped_method_metaclass attribute to CMOP::Class. |
tree | commitdiff |
2009-02-08 |
Dave Rolsky |
add a bunch of tests for is_class_loaded |
tree | commitdiff |
2009-02-08 |
Dave Rolsky |
move 306 test to 083 where the other class loading... |
tree | commitdiff |
2009-02-08 |
Dave Rolsky |
this fix of just checking of GV-ness to determine if... |
tree | commitdiff |
2009-02-05 |
Shawn M Moore |
Add get_all_method_names |
tree | commitdiff |
2009-01-22 |
Dave Rolsky |
rephrase skip_all test |
tree | commitdiff |
2009-01-22 |
Dave Rolsky |
try to make t/306_is_class_loaded.t skip except when... |
tree | commitdiff |
2009-01-22 |
Dave Rolsky |
Skip all the tests unless using XS and Perl < 5.10. |
tree | commitdiff |
2009-01-14 |
Dave Rolsky |
Oops, needed that voodoo |
tree | commitdiff |
2009-01-14 |
Dave Rolsky |
Remove some useless voodoo, and tidy |
tree | commitdiff |
2009-01-14 |
Dave Rolsky |
Fix test description to match names used in test |
tree | commitdiff |
2009-01-12 |
Tomas Doran |
TODO test showing differences between xs and pp version... |
tree | commitdiff |
2009-01-12 |
Yuval Kogman |
add definition_context |
tree | commitdiff |
2009-01-07 |
Florian Ragwitz |
Turn generation of pure perl tests into a makefile... |
tree | commitdiff |
2009-01-07 |
Florian Ragwitz |
Remove shebangs from tests. |
tree | commitdiff |
2008-12-31 |
Dave Rolsky |
fix tests broken by the fix to make immutable transform... 0.75 |
tree | commitdiff |
2008-12-31 |
Dave Rolsky |
Tidy this file |
tree | commitdiff |
2008-12-31 |
Dave Rolsky |
Fix a bug where a class made immutable and then mutable... |
tree | commitdiff |
2008-12-14 |
Florian Ragwitz |
Revert "Allow attribute defaults to be objects with... |
tree | commitdiff |
2008-12-13 |
Florian Ragwitz |
Allow attribute defaults to be objects with overloaded... |
tree | commitdiff |
2008-12-09 |
Shlomi Fish |
Fixed some of the tests under perl -d. |
tree | commitdiff |
2008-12-07 |
Shawn M Moore |
Rename the test class from "Base" because case insensit... |
tree | commitdiff |
2008-12-05 |
Florian Ragwitz |
Make get_all_package_symbols return a hashref in scalar... |
tree | commitdiff |
2008-12-04 |
Dave Rolsky |
Add an attribute to CMOP::Immutable, inlined_constructo... |
tree | commitdiff |
2008-12-04 |
Dave Rolsky |
add a description to a test which did not have one |
tree | commitdiff |
2008-12-04 |
Dave Rolsky |
Sort the lists we iterate through to make finding a... |
tree | commitdiff |
2008-12-04 |
Dave Rolsky |
These tests reversed the got/expected order to is_deepl... |
tree | commitdiff |
2008-12-04 |
Florian Ragwitz |
s/parent/base/. |
tree | commitdiff |
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 |
next |