2008-12-22 |
Shawn M Moore |
"type" sugar for when you're not subtyping anything |
tree | commitdiff |
2008-12-22 |
Shawn M Moore |
Finish renaming Mouse::TypeRegistry to Mouse::Util... |
tree | commitdiff |
2008-12-22 |
Shawn M Moore |
Begin renaming Mouse::TypeRegistry to Mouse::Util:... |
tree | commitdiff |
2008-12-22 |
Shawn M Moore |
Test that we don't export sugar into main |
tree | commitdiff |
2008-12-21 |
Shawn M Moore |
Missing features aren't! |
tree | commitdiff |
2008-12-20 |
Shawn M Moore |
Bump to 0.15 |
tree | commitdiff |
2008-12-20 |
Shawn M Moore |
Fix the header in MouseX::Types |
tree | commitdiff |
2008-12-16 |
Shawn M Moore |
Bump to 0.14 |
tree | commitdiff |
2008-12-09 |
Chris Prather |
if you are gonna blame me, get the spelling correct |
tree | commitdiff |
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 |
Add tokuhirom and Yappo to AUTHORS |
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-09 |
Shawn M Moore |
Bring shika-based up to trunk |
tree | commitdiff |
2008-12-08 |
大沢 和宏 |
oops, add testcase ( subtype 'Foo' => as 'Bar'; AND... |
tree | commitdiff |
2008-12-08 |
大沢 和宏 |
pre load class in class_type |
tree | commitdiff |
2008-12-08 |
大沢 和宏 |
implement to subtype's as is moose way |
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 |
bug fixed when perl 5.8 |
tree | commitdiff |
2008-12-06 |
Tokuhiro Matsuno |
- depend to Scalar::Util when perl5.6.x |
tree | commitdiff |
2008-12-06 |
Tokuhiro Matsuno |
revert XS related things. this is no advantage orz |
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 MouseX::Types's isa or ( isa => Str | Undef ) |
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-05 |
Shawn M Moore |
Fix for default in a constructor reported and tested... |
tree | commitdiff |
2008-12-05 |
Shawn M Moore |
Bump to 0.13 |
tree | commitdiff |
2008-12-05 |
大沢 和宏 |
more optimized of TypeRegistry |
tree | commitdiff |
2008-12-05 |
大沢 和宏 |
optimized |
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-04 |
Tokuhiro Matsuno |
we want to use older Exporter |
tree | commitdiff |
2008-12-03 |
大沢 和宏 |
remove of a lot of copied document |
tree | commitdiff |
2008-12-03 |
大沢 和宏 |
added MouseX::Types, MouseX::Types::Mouse |
tree | commitdiff |
2008-12-03 |
大沢 和宏 |
remove trash |
tree | commitdiff |
2008-12-03 |
Daisuke Maki |
don't attempt to require Scalar::Util if we're going... |
tree | commitdiff |
2008-12-03 |
Tokuhiro Matsuno |
Exporter::Heavy is too heavy.And, this is enough in... |
tree | commitdiff |
2008-12-03 |
Daisuke Maki |
put a hack around in there |
tree | commitdiff |
2008-12-03 |
Daisuke Maki |
change location |
tree | commitdiff |
2008-12-03 |
Daisuke Maki |
oops, copied the wrong sub |
tree | commitdiff |
2008-12-03 |
Daisuke Maki |
attempt to require MRO::Compat. If that fails, use... |
tree | commitdiff |
2008-12-03 |
Daisuke Maki |
024 fails, but successfully loads and uses the XS versi... |
tree | commitdiff |
2008-12-03 |
Daisuke Maki |
just a simple XSLoader for now |
tree | commitdiff |
2008-12-03 |
大沢 和宏 |
more more moose way to type constraints |
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 |
大沢 和宏 |
added to class_type |
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 |
大沢 和宏 |
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 |
next |