The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
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.