0.08 Sat, 25 Apr 2009 16:30:00 + 0100
* Fix get_nearest_methods_with_attributes to deal with wrapped methods.
- Add tests for this, and how Catalyst uses the module
* Add TODO tests showing that method metaclass inheritance (or lacktherof)
into subclasses causes us to fail to do the right thing.
0.07 Sat, 25 Apr 2009 13:47:05 + 0100
* Add the get_nearest_methods_with_attributes method.
0.06 Sun, 19 Apr 2009 23:03:06 + 0100
* Fix bug when using base, as Moose doesn't automatically inherit the
method metaclass from your parent class unless you use the 'extends'
syntax.
* Package on a different machine, due to reported unarchiving issues
on win32.
0.05 Wed, 1 Apr 2009 21:40:05 + 0100
* Ensure that we have an initialised metaclass to apply roles to in
AttrContainer::Inheritable, fixing bugs with non-moose base classes
which have not has a metaclass initialised for them.
0.04 Thu, 26 Feb 2009 22:47:18 +0100
* Depend on an MX::Types version with support for parameterisation.
* Add tests for behaviour of get_all_methods_with_attributes and method
modifiers.
0.03 Thu, 19 Feb 2009 08:13:18 +0100
* Implement metaclass methods for getting all meta methods with attributes.
0.02 Sat, 14 Feb 2009 22:17:56 +0100
* Depend on Moose 0.70 for wrapped_method_metaclass_roles support.
* Apply a role to wrapped method metaclasses to support getting
attributes of wrapped methods.
* Add MooseX::MethodAttributes::Inherited as a way of capturing method
attributes without explicitly using MooseX::MethodAttributes in every
class.
0.01 Fri, 13 Feb 2009 22:21:11 +0100
* Initial release.