2008-12-09 |
Shawn M Moore |
Ignore "used only once" warning |
tree | commitdiff |
2008-12-09 |
Shawn M Moore |
Make the constructor code easier to read |
tree | commitdiff |
2008-12-09 |
Shawn M Moore |
Only inline BUILDARGS if the class has one that isn... |
tree | commitdiff |
2008-12-09 |
Shawn M Moore |
Generated constructor cleanup |
tree | commitdiff |
2008-12-09 |
Shawn M Moore |
For class constraints, it's good enough to be a subclas... |
tree | commitdiff |
2008-12-09 |
Shawn M Moore |
More tweaks |
tree | commitdiff |
2008-12-09 |
Shawn M Moore |
Anchor this same regex in Mouse::Meta::Role |
tree | commitdiff |
2008-12-09 |
Shawn M Moore |
Tweaks to metaclass |
tree | commitdiff |
2008-12-09 |
Shawn M Moore |
Anchor this exclusion regex so "has_list" etc will... |
tree | commitdiff |
2008-12-09 |
Shawn M Moore |
Comments, style |
tree | commitdiff |
2008-12-09 |
Shawn M Moore |
Remove pointless shebang in each module |
tree | commitdiff |
2008-12-07 |
Tokuhiro Matsuno |
improvement the compatibility with Moose. |
tree | commitdiff |
2008-12-07 |
Tokuhiro Matsuno |
call by full path |
tree | commitdiff |
2008-12-07 |
Tokuhiro Matsuno |
use Scalar::Util directly |
tree | commitdiff |
2008-12-06 |
Tokuhiro Matsuno |
always inject method to DESTROY |
tree | commitdiff |
2008-12-06 |
Tokuhiro Matsuno |
inject empty DESTRUCT method for performance improvement. |
tree | commitdiff |
2008-12-05 |
大沢 和宏 |
Encapsulation |
tree | commitdiff |
2008-12-05 |
大沢 和宏 |
optimize for constructor and attribute |
tree | commitdiff |
2008-12-05 |
大沢 和宏 |
set instance to attributes default code |
tree | commitdiff |
2008-12-05 |
大沢 和宏 |
optimaized default values in constructor |
tree | commitdiff |
2008-12-05 |
大沢 和宏 |
micro optimized |
tree | commitdiff |
2008-12-05 |
大沢 和宏 |
support of isa or ( isa => ' Str | Undef ') |
tree | commitdiff |
2008-12-05 |
大沢 和宏 |
oops, revert of revision 6879 |
tree | commitdiff |
2008-12-05 |
大沢 和宏 |
support of isa or ( isa => ' Str | Undef ') |
tree | commitdiff |
2008-12-04 |
Tokuhiro Matsuno |
this argument is not needed |
tree | commitdiff |
2008-12-04 |
Tokuhiro Matsuno |
micro optimization |
tree | commitdiff |
2008-12-04 |
Ricardo SIGNES |
should accept subclasses |
tree | commitdiff |
2008-12-04 |
Tokuhiro Matsuno |
shortcut the flow for micro optimization. |
tree | commitdiff |
2008-12-04 |
Tokuhiro Matsuno |
bug fixed: BUILD method doesn't works |
tree | commitdiff |
2008-12-04 |
Tokuhiro Matsuno |
do not use same variable name twice. |
tree | commitdiff |
2008-12-04 |
大沢 和宏 |
add with qw( Role1 Role2 ) support |
tree | commitdiff |
2008-12-04 |
Tokuhiro Matsuno |
added Mouse::Meta::Class->create(_anon_class)? |
tree | commitdiff |
2008-12-04 |
Tokuhiro Matsuno |
micro optimization |
tree | commitdiff |
2008-12-03 |
Tokuhiro Matsuno |
overload::StrVal is needed |
tree | commitdiff |
2008-12-03 |
大沢 和宏 |
added role_type on Mouse::TypeRegistry |
tree | commitdiff |
2008-12-03 |
Shawn M Moore |
Better variable names |
tree | commitdiff |
2008-12-03 |
Shawn M Moore |
Use fewer assignments when doing a coercion in the... |
tree | commitdiff |
2008-12-03 |
Shawn M Moore |
Use fewer assignments when doing a coercion in the... |
tree | commitdiff |
2008-12-03 |
Tokuhiro Matsuno |
generate DESTROY method for performance improvement |
tree | commitdiff |
2008-12-03 |
Shawn M Moore |
Assign the value of the parameter to a lexical so we... |
tree | commitdiff |
2008-12-03 |
Shawn M Moore |
Inline $from |
tree | commitdiff |
2008-12-03 |
Shawn M Moore |
Close over $key so we don't need to do an assignment... |
tree | commitdiff |
2008-12-03 |
Tokuhiro Matsuno |
performance tuning |
tree | commitdiff |
2008-12-03 |
Shawn M Moore |
Make the constructor close over the metaclass, and... |
tree | commitdiff |
2008-12-03 |
Tokuhiro Matsuno |
micro optimization |
tree | commitdiff |
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 |
大沢 和宏 |
added to coerce feature |
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-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 |
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-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 |
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 |
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 |
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 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-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-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 |
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 |
next |