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 |
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 |
next |