2008-12-03 |
Tokuhiro Matsuno |
- inject object constructor when call meta->make_immutable. |
tree | commitdiff |
2008-12-02 |
大沢 和宏 |
fixed bug, problem of coercer feature is moose compat |
tree | commitdiff |
2008-12-02 |
大沢 和宏 |
oops |
tree | commitdiff |
2008-12-02 |
大沢 和宏 |
added to coerce feature |
tree | commitdiff |
2008-12-02 |
Tokuhiro Matsuno |
test related things is moved to t::Exception |
tree | commitdiff |
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-29 |
Shawn M Moore |
Implement and export dies_ok |
tree | commitdiff |
2008-11-29 |
Shawn M Moore |
More fixes for requiring Test::Exception 0.27 |
tree | commitdiff |
2008-11-28 |
Shawn M Moore |
Mouse::Util provides throws_ok and lives_ok unless... |
tree | commitdiff |
2008-11-02 |
Shawn M Moore |
Bump to 0.12 |
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-10-29 |
Chris Prather |
doc patch for lazy_build |
tree | commitdiff |
2008-10-28 |
Shawn M Moore |
Bump to 0.11 |
tree | commitdiff |
2008-10-28 |
Shawn M Moore |
Remove the version number copied from oose |
tree | commitdiff |
2008-10-24 |
Ricardo SIGNES |
ouse.pm! |
tree | commitdiff |
2008-10-24 |
Ricardo SIGNES |
doc undef for init_arg |
tree | commitdiff |
2008-09-29 |
Shawn M Moore |
Bump to 0.10 |
tree | commitdiff |
2008-09-29 |
Shawn M Moore |
Changes, 0.09 |
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 |
Small doc tweaks |
tree | commitdiff |
2008-09-28 |
Shawn M Moore |
Credit Yuval, he's done a bunch of hacking |
tree | commitdiff |
2008-09-28 |
Shawn M Moore |
Note our deplessness |
tree | commitdiff |
2008-09-28 |
Shawn M Moore |
Facts! |
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 |
We need consistency for this one |
tree | commitdiff |
2008-09-28 |
Shawn M Moore |
Bump to 0.08 |
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 |
Remove dependency on Scalar::Util |
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-27 |
Shawn M Moore |
Remove dependency on Sub::Exporter for Mouse (Mouse... |
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 |
Bump to 0.07 |
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-17 |
Shawn M Moore |
Saved by the peri grin! (trigger doc) |
tree | commitdiff |
2008-07-17 |
Shawn M Moore |
Bump to 0.06 |
tree | commitdiff |
2008-07-16 |
Shawn M Moore |
Update some doc |
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 |
Doc for the new trigger. Yikes. Save me perigrin! |
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 |
next |