2009-04-02 |
Tokuhiro Matsuno |
rebirth the find_type_constraint for backward compatibility |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Tokuhiro Matsuno |
added Mouse::Meta::TypeConstraint and use it. Mouse... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Tokuhiro Matsuno |
added Meta::Class->add_attribute_list for Moose compati... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Tokuhiro Matsuno |
more strict argument check. Mouse does not support... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Tokuhiro Matsuno |
added Meta::Class->has_method($name) |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Tokuhiro Matsuno |
added comment |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Tokuhiro Matsuno |
make a subtype for each Mouse class This behavior is... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Daisuke Maki... |
look under %TYPE first |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Daisuke Maki... |
Export find_type_constraint |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Daisuke Maki... |
Add a dummy TypeConstraint namespace so you can treat... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Daisuke Maki... |
move stuff from Meta::Attribute to Util::TypeConstraint... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Daisuke Maki... |
fix portability between Moose/Mouse's class_type |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Daisuke Maki... |
implement Maybe |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Tokuhiro Matsuno |
much faster impl. for constructor/accessor. this is... |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Shawn M Moore |
Update error message to match Moose's |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Shawn M Moore |
Forbid undef passed to new for Moose compat |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Shawn M Moore |
TODO package A;our @VERSION passing is_class_loaded |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Shawn M Moore |
Need to actually be tests to be usefully todo'd |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Shawn M Moore |
Turn the throws_ok failures into TODO tests |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Shawn M Moore |
Fix another keyword regex |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Shawn M Moore |
Fix version check |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Shawn M Moore |
Fix use of meta-attr in trigger |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Shawn M Moore |
Remove third argument to trigger |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Nick Woolley |
Added a new test, essentially the code posted in RT... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Nick Woolley |
Modified glob asignment to be coderef assignment. ... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Nick Woolley |
Implemented Mouse::Role->does; modified Mouse::Meta... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Nick Woolley |
Implemented Moose::Object::does, borrowing from Moose... |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Shawn M Moore |
Bump to 0.20 |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Shawn M Moore |
0.19 0.19 |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Shawn M Moore |
0.19 changes |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Shawn M Moore |
Avoid depending on method modifiers again |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Shawn M Moore |
Don't use a method modifier in a test, since they may... |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Daisuke Maki |
oops, that used confess |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Daisuke Maki |
Make coercion work for parameterized types |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Daisuke Maki |
properly commit the newly created parameterized type... |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Daisuke Maki |
I want parameterized types... I want it! |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Tokuhiro Matsuno |
oops. we want to use 'metaclass' in role, too :( |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Shawn M Moore |
Bump to 0.19 |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Shawn M Moore |
No reason to do a string eval here |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Shawn M Moore |
0.18 changes |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Shawn M Moore |
No real reason for MOUSE_DEBUG these days |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Shawn M Moore |
No need to skip these tests, since tokuhirom++ implemen... |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Shawn M Moore |
More gitignore files |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Shawn M Moore |
Just always depend on Scalar::Util 1.14 |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Tokuhiro Matsuno |
added YourClass->meta->add_attribute(foo => (is =>... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Tokuhiro Matsuno |
support Mouse->import({into_level => 1}). |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Tokuhiro Matsuno |
added .gitignore file for git-svn users |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Daisuke Maki |
reverting change: the correct answer is, |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Daisuke Maki |
check for has_default too |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Tokuhiro Matsuno |
depend to Scalar::Util 1.14. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Tokuhiro Matsuno |
micro optimization for method modifiers. |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Tokuhiro Matsuno |
added attribute metaclass support. |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Shawn M Moore |
Throw a more useful error when users try to use a param... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Shawn M Moore |
Bump to 0.18 |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Shawn M Moore |
Changes, bump to 0.17 for release |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Chris Prather |
Add dump method from Moose::Object into Mouse::Object |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Tokuhiro Matsuno |
added Mouse::Util::apply_all_roles to @EXPORT_OK for... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Shawn M Moore |
Load mro directly if Perl is recent enough (Nicholas... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Shawn M Moore |
Update Changes |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Shawn M Moore |
Include CMMF in t/000-load |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Shawn M Moore |
Skip these tests if you have an old Moose |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Shawn M Moore |
Describe which versions of Moose we need when we skip... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Shawn M Moore |
Throw a better error message when using a method modifi... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Shawn M Moore |
Name for Mouse::Role |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Shawn M Moore |
Support for anonymous enums: enum [elements] |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Jesse Vincent |
Moose's make_immutable returns true allowing calling... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Shawn M Moore |
Upgrading Moose fixed test failures in these files... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Shawn M Moore |
Implement get_all_method_names |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Shawn M Moore |
Factor out some bits of get_method_list so I can write |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Shawn M Moore |
Bump to 0.16 |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Shawn M Moore |
We backed this baby out |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Shawn M Moore |
Don't need to filter out MouseX any more |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Shawn M Moore |
We no longer have shebangs in pm files, so stop removin... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Shawn M Moore |
Don't put ouse.pm into Mouse::Tiny |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Shawn M Moore |
Changes time |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Shawn M Moore |
Use Any::Moose instead! |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Shawn M Moore |
Doc adjustments |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Shawn M Moore |
Avoid the warning about exporting sugar into main |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Shawn M Moore |
MouseX::Types is now in its own dist |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Shawn M Moore |
Need to ignore override and super in the method list |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Shawn M Moore |
Back out the exists($_[1]) change since exists($array... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Shawn M Moore |
Note enum and override/super implementations in Changes |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Shawn M Moore |
Implement override/super |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Shawn M Moore |
Implement basic usage of "enum" type constraints |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Shawn M Moore |
Don't require there to be a BUILDARGS method; fix undef... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Shawn M Moore |
Settle for respecting inline_constructor for now |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Shawn M Moore |
We can't support this yet, so TODO and make sure we... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Shawn M Moore |
Ensure that we're not blowing away an inherited constructor |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Shawn M Moore |
Extra ; |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Shawn M Moore |
Add a shim Mouse::TypeRegistry that warns and sends... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Shawn M Moore |
More changes |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Shawn M Moore |
Document more changes |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Shawn M Moore |
TODOify it for now |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Shawn M Moore |
Fix prototype on message {...} |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Shawn M Moore |
Failing test for using a custom message in a subtype |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Shawn M Moore |
Benchmarking indicates that exists($_[1]) is faster... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Shawn M Moore |
MouseX::Types can now use MUTc->export_to_level |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Shawn M Moore |
Use Exporter for Mouse::Util::TypeConstraints |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Dann |
refactored out fast method modifier as Class::Method... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Dann |
use Data::Util to make modifier fast if Data::Util... |
commit | commitdiff | tree | snapshot |
next |