2008-06-18 |
Shawn M Moore |
Have Role->get_attribute return a reference instead... |
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 |
Begin adding Squirrel::Role |
tree | commitdiff |
2008-06-17 |
Shawn M Moore |
Need to unimport Mouse::Role's keywords |
tree | commitdiff |
2008-06-17 |
Shawn M Moore |
Get attributes in role application working! |
tree | commitdiff |
2008-06-17 |
Shawn M Moore |
Begin filling out role application |
tree | commitdiff |
2008-06-17 |
Shawn M Moore |
Forgot "if @_", oops :) |
tree | commitdiff |
2008-06-17 |
Shawn M Moore |
Tweaks to "with" |
tree | commitdiff |
2008-06-17 |
Shawn M Moore |
Implement "with" but no role application quite yet |
tree | commitdiff |
2008-06-17 |
Shawn M Moore |
Make has_attribute actually work |
tree | commitdiff |
2008-06-17 |
Shawn M Moore |
Stub 'has_attribute' and make 'has' use 'add_attribute' |
tree | commitdiff |
2008-06-17 |
Shawn M Moore |
Give Meta::Role a name method |
tree | commitdiff |
2008-06-17 |
Shawn M Moore |
Begin actually filling out Mouse::Meta::Role |
tree | commitdiff |
2008-06-17 |
Shawn M Moore |
symbol lineup is mandatory |
tree | commitdiff |
2008-06-17 |
Shawn M Moore |
Begin adding a Mouse::Meta::Role which is accessible... |
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 adding Mouse::Role |
tree | commitdiff |
2008-06-17 |
Yuval Kogman |
version bump to 0.05 |
tree | commitdiff |
2008-06-17 |
Yuval Kogman |
is_lazy_build |
tree | commitdiff |
2008-06-17 |
Yuval Kogman |
lazy_build arg processing copied from Moose |
tree | commitdiff |
2008-06-16 |
Yuval Kogman |
fix the failing test, only call ->meta on a linearized... |
tree | commitdiff |
2008-06-16 |
Yuval Kogman |
implement lazy_build |
tree | commitdiff |
2008-06-15 |
Shawn M Moore |
Begin adding support for has +name |
tree | commitdiff |
2008-06-15 |
Shawn M Moore |
Move validate_args out into a separate method |
tree | commitdiff |
2008-06-13 |
Shawn M Moore |
Bump to 0.04 |
tree | commitdiff |
2008-06-13 |
Shawn M Moore |
0.03 |
tree | commitdiff |
2008-06-13 |
Shawn M Moore |
Add support for undef init_arg |
tree | commitdiff |
2008-06-11 |
Shawn M Moore |
Add has_attribute, rewrite Changes to be Moosier :) |
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 |
Add compute_all_applicable_attributes |
tree | commitdiff |
2008-06-11 |
Shawn M Moore |
Doc updates |
tree | commitdiff |
2008-06-11 |
Shawn M Moore |
Add support for ->new({...}) |
tree | commitdiff |
2008-06-11 |
Shawn M Moore |
Use Class::Method::Modifiers 1.00 for before/after... |
tree | commitdiff |
2008-06-11 |
Shawn M Moore |
Prepare for release 0.02 |
tree | commitdiff |
2008-06-11 |
Shawn M Moore |
Bit more doc |
tree | commitdiff |
2008-06-11 |
Shawn M Moore |
Improve test code coverage of Squirrel |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Fix the order that BUILD methods are called in (thanks... |
tree | commitdiff |
2008-06-10 |
Yuval Kogman |
more explaining |
tree | commitdiff |
2008-06-10 |
Yuval Kogman |
i speak english, i learn it from a book |
tree | commitdiff |
2008-06-10 |
Yuval Kogman |
use teh Squirrel |
tree | commitdiff |
2008-06-10 |
Yuval Kogman |
v string not portable |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Some final touches on the doc. This is 0.01. |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Lots of doc |
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 |
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 |
Replace is_class_loaded with version from Class::MOP |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Some ClassName simplification and fixes |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
have ClassName check use is_class_loaded |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Finish moving Mouse::Attribute and Mouse::Class into... |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Begin moving Moose::Attribute and Moose::Class into... |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Finish the use of overload::StrVal, in verify_type_cons... |
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 |
Moose compat: no longer an error to have a trigger... |
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 |
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 |
Little nits |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Fix type_constraint always being set to undef |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Factor out canonicalize_handles into a separate method |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Improve doc coverage, remove some needless methods |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Unknown type constraints are now interpreted as blessed... |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Some doc updates |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Use Scalar::Util/Carp imports for brevity |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
More methodification, change some names to be what... |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Use methods on attribute instead of poking directly... |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
If we re-import Mouse, don't thrash the class's supercl... |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Implementation of ClassName, borrowed from Moose |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Implementations for all of the types except ClassName |
tree | commitdiff |
2008-06-09 |
Shawn M Moore |
Use "undef" and avoid uninitialized warnings when the... |
tree | commitdiff |
2008-06-09 |
Shawn M Moore |
Tests and implementation for Undef/Defined types |
tree | commitdiff |
2008-06-04 |
Shawn M Moore |
builder now called in the constructor |
tree | commitdiff |
2008-06-04 |
Shawn M Moore |
Verify type constraints in the constructor |
tree | commitdiff |
2008-06-04 |
Shawn M Moore |
Add predicates to the informational Mouse::Attribute... |
tree | commitdiff |
2008-06-04 |
Shawn M Moore |
Check type constraint in the setter |
tree | commitdiff |
2008-06-04 |
Shawn M Moore |
Begin adding Mouse::TypeRegistry. All that's there... |
tree | commitdiff |
2008-06-04 |
Shawn M Moore |
isa -> type_constraint |
tree | commitdiff |
2008-06-04 |
Shawn M Moore |
Future-proof init_arg => undef, that needs tests though |
tree | commitdiff |
2008-06-04 |
Shawn M Moore |
Add the attribute to the metaclass before installing... |
tree | commitdiff |
2008-06-03 |
Shawn M Moore |
Import Mouse |
tree | commitdiff |
|