Checking in changes prior to tagging of version 0.40_03. Changelog diff is:
[gitmo/Mouse.git] / lib / Mouse / Role.pm
2009-10-30 gfx Checking in changes prior to tagging of version 0.40_03... 0.40_03
2009-10-27 gfx Checking in changes prior to tagging of version 0.40_02... 0.40_02
2009-10-26 gfx Version 0.40_01
2009-10-24 gfx Lazy load Mouse::Meta::Role
2009-10-19 gfx Checking in changes prior to tagging of version 0.40... 0.40
2009-10-13 gfx Checking in changes prior to tagging of version 0.39... 0.39
2009-10-13 gfx Checking in changes prior to tagging of version 0.38... 0.38
2009-10-13 gfx Add $VERSION to Mouse::Role to allow "use Mouse::Role...
2009-10-13 gfx Add VERSION section to pods
2009-10-10 gfx Creates role_type in Mouse::Role::init_meta
2009-10-07 gfx Retrieve @EXPORT, which is no longer used, but defined...
2009-10-07 gfx Switch to Mouse::Exporter
2009-10-06 gfx Use Mouse::Exporter
2009-10-04 gfx Refactor the override method modifier code to reduce...
2009-09-28 gfx Fix has_method() for backward compatibility
2009-09-25 gfx No base.pm
2009-09-25 gfx Improve documents
2009-09-24 gfx Refactor many many things
2009-09-23 gfx Fix errors
2009-09-23 gfx Add placeholders of augment() and inner() to Mouse.pm
2009-09-23 gfx Always load Mouse::Util first, which will be load Mouse...
2009-09-21 gfx More compatibility
2009-09-21 gfx Use scalar(caller) instead of caller in list context
2009-09-20 gfx Cleanup
2009-09-20 gfx Refactoring
2009-04-11 Tokuhiro Matsuno fixed pod mark up bug. and added Test::Pod test.
2009-04-01 Shawn M Moore Update error message to match Moose's
2009-03-27 Nick Woolley Implemented Mouse::Role->does; modified Mouse::Meta...
2009-02-10 Shawn M Moore Name for Mouse::Role
2008-12-22 Shawn M Moore Test that we don't export sugar into main
2008-12-09 Shawn M Moore Remove pointless shebang in each module
2008-12-07 Tokuhiro Matsuno use Scalar::Util directly
2008-12-02 Tokuhiro Matsuno support alias option on 'with'
2008-12-02 Tokuhiro Matsuno Mouse::Role supports 'with'
2008-12-02 Tokuhiro Matsuno support requires on Mouse::Role.
2008-09-28 Shawn M Moore Mouse::Util::blessed
2008-09-28 Shawn M Moore Make requires/excludes an error until they are implemented
2008-09-28 Shawn M Moore Drop Sub::Exporter from Mouse::Role
2008-07-30 Shawn M Moore Fix which add-modifier method gets called
2008-07-30 Shawn M Moore Add support for adding method modifiers to a role metaclass
2008-06-27 Shawn M Moore Doc for Mouse::Role
2008-06-19 Shawn M Moore Some fixes and test improvements for roles
2008-06-18 Shawn M Moore Make Role::with die
2008-06-17 Shawn M Moore Need to unimport Mouse::Role's keywords
2008-06-17 Shawn M Moore Stub 'has_attribute' and make 'has' use 'add_attribute'
2008-06-17 Shawn M Moore Begin adding a Mouse::Meta::Role which is accessible...
2008-06-17 Shawn M Moore Export and test blessed and confess
2008-06-17 Shawn M Moore Make sure that required/excludes don't explode
2008-06-17 Shawn M Moore Make sure "with" works
2008-06-17 Shawn M Moore Make sure that "has" doesn't blow up
2008-06-17 Shawn M Moore Test that before/after/around live, and defining a...
2008-06-17 Shawn M Moore Adjust the Role::extends error message to match Moose...
2008-06-17 Shawn M Moore Blow up when someone tries to use a role extends
2008-06-17 Shawn M Moore Begin adding Mouse::Role