0.29 Thu. July 5, 2007
* MooseX::Meta::Signature::Semi
- Combined positional and named syntax.
0.22 Tue. May 1, 2007
!! NEW SYNTAX !!
* MooseX::Method
- New syntax.
* MooseX::Meta::Signature
- This is now a role.
0.20 Tue. May 1, 2007
- Documentation stuff.
* MooseX::Method
- Add support for attributes.
- Remove _dispatch_wrapper support, no longer
neccesary.
0.18 Tue. May 1, 2007
* MooseX::Method
- Document a problem with roles.
- Make Devel::Cover and MooseX::Method play
nice together. :-)
0.17 Mon. April 30, 2007
- 100% test coverage again.
- Rethink the way names are specified to errors.
- Fix various bugs.
0.16 Mon. April 30, 2007
- Changed to Module::Install.
- Documentation updates.
* MooseX::Method
- Let user supply a signature object.
- Support a _dispatch_wrapper method that
gets called if present in place of the
actual method called.
* MooseX::Meta::Parameter
- Add support for roles.
- Report parameter name/position in error
messages.
* MooseX::Meta::Signature::(Named|Positional)
- Supply name to parameter object.