projects
/
gitmo/Mouse.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fixed bug in the immutable constructor. It now redispatches to
[gitmo/Mouse.git]
/
lib
/
2009-04-06
wu-lee
Fixed bug in the immutable constructor. It now redispa...
tree
|
commitdiff
2009-04-04
Tokuhiro Matsuno
do not create a copy of argument, if not needed
tree
|
commitdiff
2009-04-03
wu-lee
Fixed a bug in the compiled constructor - it was invoki...
tree
|
commitdiff
2009-04-03
wu-lee
Type coercions should be added to the front of the...
tree
|
commitdiff
2009-04-03
wu-lee
Adjusted default 'isa' typeconstraint construction...
tree
|
commitdiff
2009-04-03
wu-lee
Correct error message to include 'Maybe' as implemented...
tree
|
commitdiff
2009-04-03
Tokuhiro Matsuno
scope makes slower!mouse's constructer is faster than...
tree
|
commitdiff
2009-04-03
Tokuhiro Matsuno
use compiled_constraints directly. performance enhancement.
tree
|
commitdiff
2009-04-03
Tokuhiro Matsuno
refactoring the duplicated vars
tree
|
commitdiff
2009-04-03
Tokuhiro Matsuno
split accessor generator from the Meta::Attribute.
tree
|
commitdiff
2009-04-02
Tokuhiro Matsuno
use compiled type constraints. this change makes faster :)
tree
|
commitdiff
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
Tokuhiro Matsuno
make a subtype for each Mouse class This behavior is...
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-08
Shawn M Moore
Bump to 0.20
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
Bump to 0.19
tree
|
commitdiff
2009-03-07
Shawn M Moore
No reason to do a string eval here
tree
|
commitdiff
2009-03-07
Shawn M Moore
No real reason for MOUSE_DEBUG these days
tree
|
commitdiff
2009-03-04
Tokuhiro Matsuno
added YourClass->meta->add_attribute(foo => (is =>...
tree
|
commitdiff
2009-03-04
Tokuhiro Matsuno
support Mouse->import({into_level => 1}).
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-18
Shawn M Moore
Bump to 0.18
tree
|
commitdiff
2009-02-18
Shawn M Moore
Changes, bump to 0.17 for release
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
Bump to 0.16
tree
|
commitdiff
2009-02-05
Shawn M Moore
Use Any::Moose instead!
tree
|
commitdiff
2009-02-05
Shawn M Moore
Doc adjustments
tree
|
commitdiff
2009-02-05
Shawn M Moore
MouseX::Types is now in its own dist
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 override/super
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
MouseX::Types can now use MUTc->export_to_level
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
2009-01-06
Shawn M Moore
MouseX::Stop::it!
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-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
next