Skip to content

Commit

Permalink
Changelogging.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafl committed Aug 13, 2009
1 parent c4b5308 commit 0099359
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
Version history for MooseX::Method::Signatures

* Implement method traits (Cory Watson).
* Properly test list placeholders.
* Document the right syntax for return value type constraints.
* Use namespace::autoclean instead of namespace::clean.
* Let the signature default to (@) if none is given.
* Don't require the package attribute when a pre-built context is passed
in.
* Depend on a recent Parse::Method::Signatures to make sure we will work
with new PPIs and have the right MooseX::Traits version.
* Fix doc typo (arcanez).
* Split out context from self so that we may pass in an arbitrary context
(nperez).
* Enable passing a context and also a coderef to use to apply the method
once constructed (for deferred method modifier application in MXD)
(nperez).
* Enable MXMS to work with multiple different declarators and prototype
injections (nperez).
* Change from using Devel::Declare::MethodInstaller::Simple to
::Context::Simple since strip_attrs was moved down there (nperez).

0.16 Fri, 01 May 2009 08:03:44 +0200
* Bump prereq to Types::Structured to avoid warnings on new Moose versions.
* Make sure the method keyword is "tight" enough, so
Expand Down

0 comments on commit 0099359

Please sign in to comment.