projects
/
gitmo/Mouse.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Mouse:::Meta::Method::Constructor is used only in pure perl mode
[gitmo/Mouse.git]
/
lib
/
Mouse
/
Meta
/
Role.pm
2009-11-03
gfx
Remove useless use of or-assign
blob
|
commitdiff
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-31
gfx
Change is-a predicate stuff
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-27
gfx
No meta programming in Mouse/Meta/Role.pm
blob
|
commitdiff
|
diff to current
2009-10-26
gfx
More _generate_class_type_for()
blob
|
commitdiff
|
diff to current
2009-10-26
gfx
Version 0.40_01
blob
|
commitdiff
|
diff to current
2009-10-24
gfx
Move accessors into XS
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-19
gfx
Add calculate_all_roles() to Meta::Class/Meta::Role
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-12
gfx
Fix role application to instances
blob
|
commitdiff
|
diff to current
2009-10-12
gfx
Resolve a 'failing' test, although it has some TODOs
blob
|
commitdiff
|
diff to current
2009-10-09
gfx
Move non-useful, Moose-specific methods into t/lib...
blob
|
commitdiff
|
diff to current
2009-10-08
gfx
Tiny tweaks
blob
|
commitdiff
|
diff to current
2009-10-08
gfx
Re-implement role composition, which was implemented...
blob
|
commitdiff
|
diff to current
2009-10-07
gfx
Implement role application to instances
blob
|
commitdiff
|
diff to current
2009-10-07
gfx
Switch to Mouse::Exporter
blob
|
commitdiff
|
diff to current
2009-10-02
gfx
Mouse::Meta::Class and Mouse::Meta::Role are now extens...
blob
|
commitdiff
|
diff to current
2009-09-28
gfx
Fix has_method() for backward compatibility
blob
|
commitdiff
|
diff to current
2009-09-27
gfx
Fix compatibility issue on Ark
blob
|
commitdiff
|
diff to current
2009-09-27
gfx
Fix an issue that breaks a backward compatibility.
blob
|
commitdiff
|
diff to current
2009-09-25
gfx
No base.pm
blob
|
commitdiff
|
diff to current
2009-09-25
gfx
Improve documents
blob
|
commitdiff
|
diff to current
2009-09-25
gfx
Tidy
blob
|
commitdiff
|
diff to current
2009-09-24
gfx
Refactor many many things
blob
|
commitdiff
|
diff to current
2009-09-24
gfx
Add some tests
blob
|
commitdiff
|
diff to current
2009-09-23
gfx
Checking in changes prior to tagging of version 0.33...
0.33
blob
|
commitdiff
|
diff to current
2009-09-23
gfx
Always load Mouse::Util first, which will be load Mouse...
blob
|
commitdiff
|
diff to current
2009-09-22
gfx
Add various things
blob
|
commitdiff
|
diff to current
2009-09-22
gfx
Implement confliction checks in roles
blob
|
commitdiff
|
diff to current
2009-09-21
gfx
Mouse::Role improved
blob
|
commitdiff
|
diff to current
2009-09-21
gfx
Use throw_error() instead of confess()
blob
|
commitdiff
|
diff to current
2009-09-21
gfx
Remove duplications and cleanup
blob
|
commitdiff
|
diff to current
2009-09-20
gfx
Add has_x_method_modifiers, but not yet tested
blob
|
commitdiff
|
diff to current
2009-09-20
gfx
Creanup
blob
|
commitdiff
|
diff to current
2009-09-20
gfx
Refactoring
blob
|
commitdiff
|
diff to current
2009-09-17
gfx
Improve type constraint stuff
blob
|
commitdiff
|
diff to current
2009-09-17
gfx
Support is => 'bare' for compatibility
blob
|
commitdiff
|
diff to current
2009-09-16
sunnavy
Moose role class has ->meta in method_list since 0...
blob
|
commitdiff
|
diff to current
2009-09-15
gfx
Make $role->get_method_list() include meta() (Moose...
blob
|
commitdiff
|
diff to current
2009-09-15
gfx
Improve type constraint stuff
blob
|
commitdiff
|
diff to current
2009-09-15
gfx
Support is => 'bare' for compatibility
blob
|
commitdiff
|
diff to current
2009-04-11
Tokuhiro Matsuno
tckect #42992: Method modifiers affect all classes...
blob
|
commitdiff
|
diff to current
2009-04-02
Tokuhiro Matsuno
more strict argument check. Mouse does not support...
blob
|
commitdiff
|
diff to current
2009-04-01
Shawn M Moore
Fix another keyword regex
blob
|
commitdiff
|
diff to current
2009-03-30
Nick Woolley
Modified glob asignment to be coderef assignment. ...
blob
|
commitdiff
|
diff to current
2009-03-27
Nick Woolley
Implemented Mouse::Role->does; modified Mouse::Meta...
blob
|
commitdiff
|
diff to current
2009-03-07
Tokuhiro Matsuno
oops. we want to use 'metaclass' in role, too :(
blob
|
commitdiff
|
diff to current
2008-12-09
Shawn M Moore
Anchor this same regex in Mouse::Meta::Role
blob
|
commitdiff
|
diff to current
2008-12-09
Shawn M Moore
Remove pointless shebang in each module
blob
|
commitdiff
|
diff to current
2008-12-07
Tokuhiro Matsuno
improvement the compatibility with Moose.
blob
|
commitdiff
|
diff to current
2008-12-04
大沢 和宏
add with qw( Role1 Role2 ) support
blob
|
commitdiff
|
diff to current
2008-12-03
大沢 和宏
added role_type on Mouse::TypeRegistry
blob
|
commitdiff
|
diff to current
2008-12-02
Tokuhiro Matsuno
support alias option on 'with'
blob
|
commitdiff
|
diff to current
2008-12-02
Tokuhiro Matsuno
Mouse::Role supports 'with'
blob
|
commitdiff
|
diff to current
2008-12-02
Tokuhiro Matsuno
- added Moose::Util::apply_all_roles
blob
|
commitdiff
|
diff to current
2008-12-02
Tokuhiro Matsuno
support requires on Mouse::Role.
blob
|
commitdiff
|
diff to current
2008-07-30
Shawn M Moore
On role apply, apply all method modifiers
blob
|
commitdiff
|
diff to current
2008-07-30
Shawn M Moore
Add support for adding method modifiers to a role metaclass
blob
|
commitdiff
|
diff to current
2008-07-30
Shawn M Moore
Add get_before_method_modifiers etc
blob
|
commitdiff
|
diff to current
2008-07-16
Shawn M Moore
Keep track of the instantiated metaclass in associated_...
blob
|
commitdiff
|
diff to current
2008-06-19
Shawn M Moore
Make it so Mouse doesn't overwrite attributes
blob
|
commitdiff
|
diff to current
2008-06-19
Shawn M Moore
Some fixes and test improvements for roles
blob
|
commitdiff
|
diff to current
2008-06-18
Shawn M Moore
Have Role->get_attribute return a reference instead...
blob
|
commitdiff
|
diff to current
2008-06-18
Shawn M Moore
Make Role::with die
blob
|
commitdiff
|
diff to current
2008-06-17
Shawn M Moore
Get attributes in role application working!
blob
|
commitdiff
|
diff to current
2008-06-17
Shawn M Moore
Begin filling out role application
blob
|
commitdiff
|
diff to current
2008-06-17
Shawn M Moore
Make has_attribute actually work
blob
|
commitdiff
|
diff to current
2008-06-17
Shawn M Moore
Stub 'has_attribute' and make 'has' use 'add_attribute'
blob
|
commitdiff
|
diff to current
2008-06-17
Shawn M Moore
Give Meta::Role a name method
blob
|
commitdiff
|
diff to current
2008-06-17
Shawn M Moore
Begin actually filling out Mouse::Meta::Role
blob
|
commitdiff
|
diff to current
2008-06-17
Shawn M Moore
Begin adding a Mouse::Meta::Role which is accessible...
blob
|
commitdiff
|
diff to current