2008-09-28 |
Shawn M Moore |
Remove dependency on Scalar::Util |
tree | commitdiff |
2008-09-28 |
Shawn M Moore |
Skip t/021-weak-ref if we don't have Scalar::Util |
tree | commitdiff |
2008-09-28 |
Shawn M Moore |
Make requires/excludes an error until they are implemented |
tree | commitdiff |
2008-09-28 |
Shawn M Moore |
Drop Sub::Exporter from Mouse::Role |
tree | commitdiff |
2008-09-11 |
Shawn M Moore |
Remove before/around triggers |
tree | commitdiff |
2008-07-30 |
Shawn M Moore |
Failing tests for method modifiers in a role |
tree | commitdiff |
2008-07-24 |
Yuval Kogman |
Moose extending Mouse test & minor fixes |
tree | commitdiff |
2008-07-23 |
Shawn M Moore |
Deprecate hash-triggers |
tree | commitdiff |
2008-07-20 |
Shawn M Moore |
Add a stub make_immutable for some Moose compat |
tree | commitdiff |
2008-07-16 |
Shawn M Moore |
Remove dependency on Test::Warn by catching the warning... |
tree | commitdiff |
2008-07-16 |
Shawn M Moore |
Keep track of the instantiated metaclass in associated_... |
tree | commitdiff |
2008-07-16 |
Shawn M Moore |
Moose compat: Rename attribute->class to attribute... |
tree | commitdiff |
2008-07-16 |
Shawn M Moore |
Moose error compat |
tree | commitdiff |
2008-07-16 |
Shawn M Moore |
Add (failing) tests for before/after/around triggers... |
tree | commitdiff |
2008-07-16 |
Shawn M Moore |
Small test refactor to avoid having to duplicate this... |
tree | commitdiff |
2008-07-16 |
Shawn M Moore |
Add support for an "around" trigger in the setter |
tree | commitdiff |
2008-07-16 |
Shawn M Moore |
Some tests for before/after triggers in Mouse |
tree | commitdiff |
2008-07-16 |
Shawn M Moore |
Allow trigger to be a hashref.. :) |
tree | commitdiff |
2008-07-16 |
Shawn M Moore |
Ensure that trigger is always a coderef |
tree | commitdiff |
2008-07-16 |
Shawn M Moore |
splice out the trigger results so we ensure we don... |
tree | commitdiff |
2008-07-16 |
Shawn M Moore |
TODOify failing unimport tests |
tree | commitdiff |
2008-07-13 |
Shawn M Moore |
Failing test for unimport killing a method with the... |
tree | commitdiff |
2008-06-27 |
Shawn M Moore |
Better error message for clone_instance("foo") |
tree | commitdiff |
2008-06-27 |
Shawn M Moore |
More tests for clone |
tree | commitdiff |
2008-06-27 |
Shawn M Moore |
Clean up the clone tests, better error message on cloni... |
tree | commitdiff |
2008-06-27 |
Shawn M Moore |
Add canonicalize_args, factor lazy_build canonicalizati... |
tree | commitdiff |
2008-06-27 |
Shawn M Moore |
Ensure that "has '+nonexistent'" fails |
tree | commitdiff |
2008-06-27 |
Shawn M Moore |
POD and basic test for is_lazy_build |
tree | commitdiff |
2008-06-27 |
Shawn M Moore |
Still more lazy_build tests |
tree | commitdiff |
2008-06-27 |
Shawn M Moore |
Add some more tests for lazy_build |
tree | commitdiff |
2008-06-27 |
Shawn M Moore |
Style changes :) |
tree | commitdiff |
2008-06-27 |
Shawn M Moore |
Make sure that with "A", "B" throws an error |
tree | commitdiff |
2008-06-26 |
Yuval Kogman |
BUILDARGS |
tree | commitdiff |
2008-06-19 |
Shawn M Moore |
Ensure that the local class wins over a role, and that... |
tree | commitdiff |
2008-06-19 |
Shawn M Moore |
Rename the 402 test, it's about role attributes |
tree | commitdiff |
2008-06-19 |
Shawn M Moore |
Make it so Mouse doesn't overwrite attributes |
tree | commitdiff |
2008-06-19 |
Shawn M Moore |
Some fixes and test improvements for roles |
tree | commitdiff |
2008-06-18 |
Shawn M Moore |
Make Role::with die |
tree | commitdiff |
2008-06-18 |
Yuval Kogman |
clone_{object,instance} |
tree | commitdiff |
2008-06-17 |
Yuval Kogman |
Be nice to Moose::Role::unimport in older moose |
tree | commitdiff |
2008-06-17 |
Shawn M Moore |
Fix tests for Squirrel::Role |
tree | commitdiff |
2008-06-17 |
Shawn M Moore |
Test fixes |
tree | commitdiff |
2008-06-17 |
Shawn M Moore |
Begin adding tests for Squirrel::Role |
tree | commitdiff |
2008-06-17 |
Shawn M Moore |
Begin writing tests for role application |
tree | commitdiff |
2008-06-17 |
Shawn M Moore |
Make has_attribute actually work |
tree | commitdiff |
2008-06-17 |
Shawn M Moore |
Test that "has" adds an attribute to the role |
tree | commitdiff |
2008-06-17 |
Shawn M Moore |
Give Meta::Role a name method |
tree | commitdiff |
2008-06-17 |
Shawn M Moore |
Begin writing tests for Mouse::Meta::Role |
tree | commitdiff |
2008-06-17 |
Shawn M Moore |
Export and test blessed and confess |
tree | commitdiff |
2008-06-17 |
Shawn M Moore |
Make sure that required/excludes don't explode |
tree | commitdiff |
2008-06-17 |
Shawn M Moore |
Make sure "with" works |
tree | commitdiff |
2008-06-17 |
Shawn M Moore |
Make sure that "has" doesn't blow up |
tree | commitdiff |
2008-06-17 |
Shawn M Moore |
Test that before/after/around live, and defining a... |
tree | commitdiff |
2008-06-17 |
Shawn M Moore |
Adjust the Role::extends error message to match Moose... |
tree | commitdiff |
2008-06-17 |
Shawn M Moore |
Blow up when someone tries to use a role extends |
tree | commitdiff |
2008-06-17 |
Shawn M Moore |
Begin writing tests for Mouse::Role |
tree | commitdiff |
2008-06-16 |
Yuval Kogman |
failing test for inheriting from non Mouse class |
tree | commitdiff |
2008-06-16 |
Yuval Kogman |
implement lazy_build |
tree | commitdiff |
2008-06-15 |
Shawn M Moore |
Begin adding tests for has +foo |
tree | commitdiff |
2008-06-13 |
Shawn M Moore |
Add test for undef init_arg |
tree | commitdiff |
2008-06-13 |
Shawn M Moore |
tests for has_attribute |
tree | commitdiff |
2008-06-13 |
Shawn M Moore |
More tests for attributes and new |
tree | commitdiff |
2008-06-13 |
Shawn M Moore |
Add t/029-new.t for testing the constructor |
tree | commitdiff |
2008-06-11 |
Shawn M Moore |
Add the Point example from Moose's tests. Except for... |
tree | commitdiff |
2008-06-11 |
Shawn M Moore |
Use compute_all_applicable_attributes instead of get_at... |
tree | commitdiff |
2008-06-11 |
Shawn M Moore |
Test that subclassing looks at the superclass' attribut... |
tree | commitdiff |
2008-06-11 |
Shawn M Moore |
Add a test file for method modifiers |
tree | commitdiff |
2008-06-11 |
Shawn M Moore |
Improve test code coverage of Squirrel |
tree | commitdiff |
2008-06-11 |
Shawn M Moore |
Whoops, was loading Moose instead of Mouse.. |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Improve BUILD/DEMOLISH tests to cover ordering |
tree | commitdiff |
2008-06-10 |
Yuval Kogman |
number squirrel.t |
tree | commitdiff |
2008-06-10 |
Yuval Kogman |
use teh Squirrel |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Some errors for auto_deref |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Implementation of auto_deref |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Add failing tests for auto_deref, where I'll pick up... |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Invalid class names should throw an exception |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Various is_class_loaded/load_class nits |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Revert to an earlier t/025-more-isa which gave better... |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Some ClassName simplification and fixes |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Finish moving Mouse::Attribute and Mouse::Class into... |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
use overload::StrVal in type-constraint errors |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Use the correct hash keys with init_arg in the constructor |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Moose compat: init_arg is not used for the hash key... |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Moose compat: the weak_ref reader is spelled is_weak_re... |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Moose compat: the details of load_class. Check whether... |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Moose compat: handles are not canonicalized in the... |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Moose compat: Remove Mouse::Class->attributes method... |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Don't use meta in the reference test, Moose doesn't... |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Moose compat: no longer an error to have a trigger... |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Fix a test bug where a value was being assigned to... |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Moose compat: lazy-no-default error message |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Moose compat: required error message tweak |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Moose compat: throw an error on $self->reader(value) |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Make sure that eager builder does not run after clearer |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Make sure that predicate plays well with builder |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Tests and implementation for builder with lazy and... |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Improve coverage of TypeRegistry |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Test count fixes |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Little nits |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
More glob/fh type tests |
tree | commitdiff |
next |