2008-12-02 |
Tokuhiro Matsuno |
don't require Test::Exception on production environment =) |
tree | commitdiff |
2008-12-02 |
Tokuhiro Matsuno |
support alias option on 'with' |
tree | commitdiff |
2008-12-02 |
Tokuhiro Matsuno |
Mouse::Role supports 'with' |
tree | commitdiff |
2008-12-02 |
Tokuhiro Matsuno |
- added Moose::Util::apply_all_roles |
tree | commitdiff |
2008-12-02 |
Tokuhiro Matsuno |
support requires on Mouse::Role. |
tree | commitdiff |
2008-11-02 |
Shawn M Moore |
Factoring |
tree | commitdiff |
2008-11-02 |
Shawn M Moore |
Small fixes |
tree | commitdiff |
2008-11-02 |
Shawn M Moore |
If we have nothing left to do for the accessor, we... |
tree | commitdiff |
2008-11-02 |
Shawn M Moore |
Inline the key in predicate and clearer too |
tree | commitdiff |
2008-11-02 |
Shawn M Moore |
Various optimizations to regular accessors |
tree | commitdiff |
2008-11-02 |
Shawn M Moore |
inlined_name which quotes |
tree | commitdiff |
2008-11-02 |
Shawn M Moore |
Throw an error if a method eval fails |
tree | commitdiff |
2008-11-02 |
Shawn M Moore |
Localize $_ only if we're checking a type constraint |
tree | commitdiff |
2008-09-29 |
Shawn M Moore |
use Carp so Carp::croak is defined (fixes some test... |
tree | commitdiff |
2008-09-28 |
Shawn M Moore |
Don't construct a Test::Builder at BEGIN time, only... |
tree | commitdiff |
2008-09-28 |
Shawn M Moore |
Run all of Mouse::Util at BEGIN time |
tree | commitdiff |
2008-09-28 |
Shawn M Moore |
Notify us of what versions of everything we have from... |
tree | commitdiff |
2008-09-28 |
Shawn M Moore |
Doc that we have implementations for throws_ok and... |
tree | commitdiff |
2008-09-28 |
Shawn M Moore |
Fixes for $Test::Builder::Tester, we want to invoke... |
tree | commitdiff |
2008-09-28 |
Shawn M Moore |
Test::Exception! |
tree | commitdiff |
2008-09-28 |
Shawn M Moore |
Add throws_ok to Mouse::Util |
tree | commitdiff |
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 |
next |