projects
/
gitmo/Mouse.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Fix a typo in docs
[gitmo/Mouse.git]
/
lib
/
Mouse
/
Meta
/
Method
/
Constructor.pm
2010-01-09
gfx
Checking in changes prior to tagging of version 0.46...
0.46
blob
|
commitdiff
2009-12-22
gfx
Checking in changes prior to tagging of version 0.4501...
0.4501
blob
|
commitdiff
|
diff to current
2009-12-19
gfx
Checking in changes prior to tagging of version 0.45...
blob
|
commitdiff
|
diff to current
2009-12-19
gfx
Rename: s/verify_type_constraint_error/_throw_type_cons...
blob
|
commitdiff
|
diff to current
2009-12-19
gfx
Change the signature of verify_type_constraint_error...
blob
|
commitdiff
|
diff to current
2009-12-09
gfx
Checking in changes prior to tagging of version 0.44...
0.44
blob
|
commitdiff
|
diff to current
2009-12-07
gfx
Checking in changes prior to tagging of version 0.43...
0.43
blob
|
commitdiff
|
diff to current
2009-12-05
gfx
Checking in changes prior to tagging of version 0.42...
0.42
blob
|
commitdiff
|
diff to current
2009-12-05
gfx
Checking in changes prior to tagging of version 0.41...
0.41
blob
|
commitdiff
|
diff to current
2009-12-03
gfx
Checking in changes prior to tagging of version 0.40_09...
0.40_09
blob
|
commitdiff
|
diff to current
2009-12-03
gfx
Add meta() method to method metaclasses
blob
|
commitdiff
|
diff to current
2009-11-26
gfx
Checking in changes prior to tagging of version 0.40_08...
0.40_08
blob
|
commitdiff
|
diff to current
2009-11-17
gfx
Fix many
0.40_07
blob
|
commitdiff
|
diff to current
2009-11-16
gfx
Checking in changes prior to tagging of version 0.40_06...
0.40_06
blob
|
commitdiff
|
diff to current
2009-11-16
gfx
DEMOLISH to XS
blob
|
commitdiff
|
diff to current
2009-11-02
gfx
Checking in changes prior to tagging of version 0.40_05...
0.40_05
blob
|
commitdiff
|
diff to current
2009-11-01
gfx
Checking in changes prior to tagging of version 0.40_04...
0.40_04
blob
|
commitdiff
|
diff to current
2009-10-30
gfx
Checking in changes prior to tagging of version 0.40_03...
0.40_03
blob
|
commitdiff
|
diff to current
2009-10-27
gfx
Checking in changes prior to tagging of version 0.40_02...
0.40_02
blob
|
commitdiff
|
diff to current
2009-10-26
gfx
Version 0.40_01
blob
|
commitdiff
|
diff to current
2009-10-25
gfx
Use get_code_ref()
blob
|
commitdiff
|
diff to current
2009-10-24
gfx
Make method generators extensible
blob
|
commitdiff
|
diff to current
2009-10-19
gfx
Checking in changes prior to tagging of version 0.40...
0.40
blob
|
commitdiff
|
diff to current
2009-10-13
gfx
Checking in changes prior to tagging of version 0.39...
0.39
blob
|
commitdiff
|
diff to current
2009-10-13
gfx
Checking in changes prior to tagging of version 0.38...
0.38
blob
|
commitdiff
|
diff to current
2009-10-13
gfx
Add VERSION section to pods
blob
|
commitdiff
|
diff to current
2009-10-09
gfx
Fix a bug about immutablizing anonymous classes
blob
|
commitdiff
|
diff to current
2009-10-09
gfx
Tidy for release
blob
|
commitdiff
|
diff to current
2009-10-08
gfx
Fix a possible syntax error in generated constructor
blob
|
commitdiff
|
diff to current
2009-10-07
gfx
More compatibility
blob
|
commitdiff
|
diff to current
2009-10-07
gfx
Refactor and optimize Mouse::Meta::Method::Accessor
blob
|
commitdiff
|
diff to current
2009-10-07
gfx
Switch to Mouse::Exporter
blob
|
commitdiff
|
diff to current
2009-10-03
gfx
Fix issues on 5.6.2
blob
|
commitdiff
|
diff to current
2009-10-02
gfx
Add get_read_method_ref and get_write_method_ref. Remov...
blob
|
commitdiff
|
diff to current
2009-09-30
gfx
Tidy
blob
|
commitdiff
|
diff to current
2009-09-30
gfx
Move type coercion mechanism from Util/TypeConstraints...
blob
|
commitdiff
|
diff to current
2009-09-30
gfx
Refactor type constraints
blob
|
commitdiff
|
diff to current
2009-09-28
gfx
Add a "no warnings 'once'"
blob
|
commitdiff
|
diff to current
2009-09-25
gfx
Tidy
blob
|
commitdiff
|
diff to current
2009-09-24
gfx
Refactor the constructor of Attribute
blob
|
commitdiff
|
diff to current
2009-09-22
gfx
Fix the timing triggers are invoked
blob
|
commitdiff
|
diff to current
2009-04-15
Shawn M Moore
Use $value instead of $_ in the constructor, since...
blob
|
commitdiff
|
diff to current
2009-04-10
Tokuhiro Matsuno
class-mop says 'The compute_all_applicable_attributes...
blob
|
commitdiff
|
diff to current
2009-04-06
wu-lee
Fixed bug in the immutable constructor. It now redispa...
blob
|
commitdiff
|
diff to current
2009-04-03
wu-lee
Fixed a bug in the compiled constructor - it was invoki...
blob
|
commitdiff
|
diff to current
2009-04-03
Tokuhiro Matsuno
scope makes slower!mouse's constructer is faster than...
blob
|
commitdiff
|
diff to current
2009-04-03
Tokuhiro Matsuno
use compiled_constraints directly. performance enhancement.
blob
|
commitdiff
|
diff to current
2009-04-02
Tokuhiro Matsuno
oops. i forgot to change make_immutable code.
blob
|
commitdiff
|
diff to current
2009-04-02
Tokuhiro Matsuno
added Mouse::Meta::TypeConstraint and use it. Mouse...
blob
|
commitdiff
|
diff to current
2009-04-02
Tokuhiro Matsuno
much faster impl. for constructor/accessor. this is...
blob
|
commitdiff
|
diff to current
2009-04-01
Shawn M Moore
Forbid undef passed to new for Moose compat
blob
|
commitdiff
|
diff to current
2009-04-01
Shawn M Moore
Remove third argument to trigger
blob
|
commitdiff
|
diff to current
2009-02-05
Shawn M Moore
Don't require there to be a BUILDARGS method; fix undef...
blob
|
commitdiff
|
diff to current
2008-12-22
Shawn M Moore
Finish renaming Mouse::TypeRegistry to Mouse::Util...
blob
|
commitdiff
|
diff to current
2008-12-09
Shawn M Moore
Ignore "used only once" warning
blob
|
commitdiff
|
diff to current
2008-12-09
Shawn M Moore
Make the constructor code easier to read
blob
|
commitdiff
|
diff to current
2008-12-09
Shawn M Moore
Only inline BUILDARGS if the class has one that isn...
blob
|
commitdiff
|
diff to current
2008-12-09
Shawn M Moore
Generated constructor cleanup
blob
|
commitdiff
|
diff to current
2008-12-09
Shawn M Moore
More tweaks
blob
|
commitdiff
|
diff to current
2008-12-07
Tokuhiro Matsuno
call by full path
blob
|
commitdiff
|
diff to current
2008-12-05
大沢 和宏
optimize for constructor and attribute
blob
|
commitdiff
|
diff to current
2008-12-05
大沢 和宏
set instance to attributes default code
blob
|
commitdiff
|
diff to current
2008-12-05
大沢 和宏
optimaized default values in constructor
blob
|
commitdiff
|
diff to current
2008-12-04
Tokuhiro Matsuno
micro optimization
blob
|
commitdiff
|
diff to current
2008-12-04
Tokuhiro Matsuno
bug fixed: BUILD method doesn't works
blob
|
commitdiff
|
diff to current
2008-12-04
Tokuhiro Matsuno
do not use same variable name twice.
blob
|
commitdiff
|
diff to current
2008-12-03
Shawn M Moore
Better variable names
blob
|
commitdiff
|
diff to current
2008-12-03
Shawn M Moore
Use fewer assignments when doing a coercion in the...
blob
|
commitdiff
|
diff to current
2008-12-03
Shawn M Moore
Use fewer assignments when doing a coercion in the...
blob
|
commitdiff
|
diff to current
2008-12-03
Shawn M Moore
Assign the value of the parameter to a lexical so we...
blob
|
commitdiff
|
diff to current
2008-12-03
Shawn M Moore
Inline $from
blob
|
commitdiff
|
diff to current
2008-12-03
Shawn M Moore
Close over $key so we don't need to do an assignment...
blob
|
commitdiff
|
diff to current
2008-12-03
Tokuhiro Matsuno
performance tuning
blob
|
commitdiff
|
diff to current
2008-12-03
Shawn M Moore
Make the constructor close over the metaclass, and...
blob
|
commitdiff
|
diff to current
2008-12-03
Tokuhiro Matsuno
micro optimization
blob
|
commitdiff
|
diff to current
2008-12-03
Tokuhiro Matsuno
- inject object constructor when call meta->make_immutable.
blob
|
commitdiff
|
diff to current