2008-09-28 |
Shawn M Moore |
We don't need to do both eval and Module::Name -> Modul... |
tree | commitdiff |
2008-09-28 |
Shawn M Moore |
Simplification of blessed, we don't need to lift the... |
tree | commitdiff |
2008-09-28 |
Shawn M Moore |
one day a stray empty line will kill me |
tree | commitdiff |
2008-09-28 |
Shawn M Moore |
doc |
tree | commitdiff |
2008-09-28 |
Shawn M Moore |
Alter the weaken support a bit |
tree | commitdiff |
2008-09-28 |
Shawn M Moore |
Remove dep on CMM by just delay-loading |
tree | commitdiff |
2008-09-28 |
Shawn M Moore |
weaken for Mouse::Util which will load up Scalar::Util |
tree | commitdiff |
2008-09-28 |
Shawn M Moore |
openhandle |
tree | commitdiff |
2008-09-28 |
Shawn M Moore |
reftype (which is used by openhandle but not Mouse... |
tree | commitdiff |
2008-09-28 |
Shawn M Moore |
looks_like_number |
tree | commitdiff |
2008-09-28 |
Shawn M Moore |
Mouse::Util::blessed |
tree | commitdiff |
2008-09-28 |
Shawn M Moore |
use Mouse::Util 'get_linear_isa' instead of MRO::Compat... |
tree | commitdiff |
2008-09-28 |
Shawn M Moore |
Mouse::Util for pure-perl implementations of functions... |
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 blessed from Mouse::Object because it's not... |
tree | commitdiff |
2008-09-11 |
Shawn M Moore |
Remove MRO::Compat from Mouse::Object, it now uses... |
tree | commitdiff |
2008-09-11 |
Shawn M Moore |
Remove before/around triggers |
tree | commitdiff |
2008-07-30 |
Shawn M Moore |
On role apply, apply all method modifiers |
tree | commitdiff |
2008-07-30 |
Shawn M Moore |
Refactor regular class method modifier addition to... |
tree | commitdiff |
2008-07-30 |
Shawn M Moore |
Fix which add-modifier method gets called |
tree | commitdiff |
2008-07-30 |
Shawn M Moore |
Add support for adding method modifiers to a role metaclass |
tree | commitdiff |
2008-07-30 |
Shawn M Moore |
Add get_before_method_modifiers etc |
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 |
More consistent header |
tree | commitdiff |
2008-07-16 |
Shawn M Moore |
Keep track of the instantiated metaclass in associated_... |
tree | commitdiff |
2008-07-16 |
Shawn M Moore |
Metaclass->add_method |
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 |
We already know $args->{trigger} is true in this codepath |
tree | commitdiff |
2008-07-16 |
Shawn M Moore |
Implement around triggers in the constructor |
tree | commitdiff |
2008-07-16 |
Shawn M Moore |
Some simplification of the inlined type check |
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 |
Support before and after triggers in the constructor |
tree | commitdiff |
2008-07-16 |
Shawn M Moore |
Support before and after triggers in the setter |
tree | commitdiff |
2008-07-16 |
Shawn M Moore |
Canonicalize the coderef version of trigger to a hashre... |
tree | commitdiff |
2008-07-16 |
Shawn M Moore |
We need Attribute->validate_args to take a hashref... |
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-06-28 |
Yuval Kogman |
silence BUILD used only once warning |
tree | commitdiff |
2008-06-27 |
Shawn M Moore |
Doc for Mouse::Role |
tree | commitdiff |
2008-06-27 |
Shawn M Moore |
Document BUILDARGS |
tree | commitdiff |
2008-06-27 |
Shawn M Moore |
Better error message for clone_instance("foo") |
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 |
Doc for some of the new meta methods |
tree | commitdiff |
2008-06-27 |
Shawn M Moore |
Small fix to improve coverage, I wish Devel::Cover... |
tree | commitdiff |
2008-06-27 |
Shawn M Moore |
POD and basic test for is_lazy_build |
tree | commitdiff |
2008-06-26 |
Yuval Kogman |
BUILDARGS |
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 |
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 |
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 |
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 |
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 |
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 |
Add support for ->new({...}) |
tree | commitdiff |
2008-06-10 |
Shawn M Moore |
Fix the order that BUILD methods are called in (thanks... |
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 |
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: 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 |
next |