projects
/
gitmo/Mouse.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Meta::Class->does_role searches isa for Moose compatibility
[gitmo/Mouse.git]
/
lib
/
Mouse
/
2009-04-02
NAKAGAWA Masaki
Meta::Class->does_role searches isa for Moose compatibility
tree
|
commitdiff
2009-04-02
Tokuhiro Matsuno
oops. i forgot to change make_immutable code.
tree
|
commitdiff
2009-04-02
Tokuhiro Matsuno
rebirth the find_type_constraint for backward compatibility
tree
|
commitdiff
2009-04-02
Tokuhiro Matsuno
added Mouse::Meta::TypeConstraint and use it. Mouse...
tree
|
commitdiff
2009-04-02
Tokuhiro Matsuno
added Meta::Class->add_attribute_list for Moose compati...
tree
|
commitdiff
2009-04-02
Tokuhiro Matsuno
more strict argument check. Mouse does not support...
tree
|
commitdiff
2009-04-02
Tokuhiro Matsuno
added Meta::Class->has_method($name)
tree
|
commitdiff
2009-04-02
Daisuke Maki (lest...
look under %TYPE first
tree
|
commitdiff
2009-04-02
Daisuke Maki (lest...
Export find_type_constraint
tree
|
commitdiff
2009-04-02
Daisuke Maki (lest...
Add a dummy TypeConstraint namespace so you can treat...
tree
|
commitdiff
2009-04-02
Daisuke Maki (lest...
move stuff from Meta::Attribute to Util::TypeConstraint...
tree
|
commitdiff
2009-04-02
Daisuke Maki (lest...
fix portability between Moose/Mouse's class_type
tree
|
commitdiff
2009-04-02
Daisuke Maki (lest...
implement Maybe
tree
|
commitdiff
2009-04-02
Tokuhiro Matsuno
much faster impl. for constructor/accessor. this is...
tree
|
commitdiff
2009-04-01
Shawn M Moore
Update error message to match Moose's
tree
|
commitdiff
2009-04-01
Shawn M Moore
Forbid undef passed to new for Moose compat
tree
|
commitdiff
2009-04-01
Shawn M Moore
Fix another keyword regex
tree
|
commitdiff
2009-04-01
Shawn M Moore
Remove third argument to trigger
tree
|
commitdiff
2009-03-30
Nick Woolley
Modified glob asignment to be coderef assignment. ...
tree
|
commitdiff
2009-03-27
Nick Woolley
Implemented Mouse::Role->does; modified Mouse::Meta...
tree
|
commitdiff
2009-03-27
Nick Woolley
Implemented Moose::Object::does, borrowing from Moose...
tree
|
commitdiff
2009-03-07
Daisuke Maki
oops, that used confess
tree
|
commitdiff
2009-03-07
Daisuke Maki
Make coercion work for parameterized types
tree
|
commitdiff
2009-03-07
Daisuke Maki
properly commit the newly created parameterized type...
tree
|
commitdiff
2009-03-07
Daisuke Maki
I want parameterized types... I want it!
tree
|
commitdiff
2009-03-07
Tokuhiro Matsuno
oops. we want to use 'metaclass' in role, too :(
tree
|
commitdiff
2009-03-07
Shawn M Moore
No reason to do a string eval here
tree
|
commitdiff
2009-03-04
Tokuhiro Matsuno
added YourClass->meta->add_attribute(foo => (is =>...
tree
|
commitdiff
2009-03-04
Daisuke Maki
reverting change: the correct answer is,
tree
|
commitdiff
2009-03-03
Daisuke Maki
check for has_default too
tree
|
commitdiff
2009-03-02
Tokuhiro Matsuno
micro optimization for method modifiers.
tree
|
commitdiff
2009-03-01
Tokuhiro Matsuno
added attribute metaclass support.
tree
|
commitdiff
2009-02-23
Shawn M Moore
Throw a more useful error when users try to use a param...
tree
|
commitdiff
2009-02-14
Chris Prather
Add dump method from Moose::Object into Mouse::Object
tree
|
commitdiff
2009-02-12
Tokuhiro Matsuno
added Mouse::Util::apply_all_roles to @EXPORT_OK for...
tree
|
commitdiff
2009-02-10
Shawn M Moore
Load mro directly if Perl is recent enough (Nicholas...
tree
|
commitdiff
2009-02-10
Shawn M Moore
Throw a better error message when using a method modifi...
tree
|
commitdiff
2009-02-10
Shawn M Moore
Name for Mouse::Role
tree
|
commitdiff
2009-02-09
Shawn M Moore
Support for anonymous enums: enum [elements]
tree
|
commitdiff
2009-02-05
Jesse Vincent
Moose's make_immutable returns true allowing calling...
tree
|
commitdiff
2009-02-05
Shawn M Moore
Implement get_all_method_names
tree
|
commitdiff
2009-02-05
Shawn M Moore
Factor out some bits of get_method_list so I can write
tree
|
commitdiff
2009-02-05
Shawn M Moore
Need to ignore override and super in the method list
tree
|
commitdiff
2009-02-05
Shawn M Moore
Back out the exists($_[1]) change since exists($array...
tree
|
commitdiff
2009-02-05
Shawn M Moore
Implement basic usage of "enum" type constraints
tree
|
commitdiff
2009-02-05
Shawn M Moore
Don't require there to be a BUILDARGS method; fix undef...
tree
|
commitdiff
2009-02-05
Shawn M Moore
Settle for respecting inline_constructor for now
tree
|
commitdiff
2009-02-05
Shawn M Moore
Ensure that we're not blowing away an inherited constructor
tree
|
commitdiff
2009-02-05
Shawn M Moore
Add a shim Mouse::TypeRegistry that warns and sends...
tree
|
commitdiff
2009-02-05
Shawn M Moore
Fix prototype on message {...}
tree
|
commitdiff
2009-02-03
Shawn M Moore
Benchmarking indicates that exists($_[1]) is faster...
tree
|
commitdiff
2009-02-03
Shawn M Moore
Use Exporter for Mouse::Util::TypeConstraints
tree
|
commitdiff
2009-01-18
Dann
refactored out fast method modifier as Class::Method...
tree
|
commitdiff
2009-01-13
Dann
use Data::Util to make modifier fast if Data::Util...
tree
|
commitdiff
2009-01-10
Dann
suppress warnings when we use around and has "+..."
tree
|
commitdiff
2008-12-22
Shawn M Moore
Typo fix
tree
|
commitdiff
2008-12-22
Shawn M Moore
We do need to copy %options so we can use $options...
tree
|
commitdiff
2008-12-22
Shawn M Moore
Begin stealing more Moose meta API
tree
|
commitdiff
2008-12-22
Shawn M Moore
Same API as Moose for Mouse::Meta::Attribute->new
tree
|
commitdiff
2008-12-22
Shawn M Moore
class_type shouldn't load the class (Moose compat;...
tree
|
commitdiff
2008-12-22
Shawn M Moore
You can redefine types in the original package
tree
|
commitdiff
2008-12-22
Shawn M Moore
Keep track of the source package of each type; other...
tree
|
commitdiff
2008-12-22
Shawn M Moore
Style
tree
|
commitdiff
2008-12-22
Shawn M Moore
Rename the has from %SUBTYPE to %TYPE
tree
|
commitdiff
2008-12-22
Shawn M Moore
Rename the method to verify_against_type_constraint...
tree
|
commitdiff
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-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-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 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
next