The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.08  Sun, 22 Feb 2009 02:15:40 +0100
  * Don't depend on Readonly in the tests.
  * Allow parameters to be coerced using the coerce trait.

0.07  Sat, 21 Feb 2009 20:31:47 +0100
  * Tests for anon methods.
  * Use B::Hooks::EndOfScope instead of Scope::Guard and %^H.
  * Add TODO test for using exported types in signatures.
  * Port from Perl6::Signature to Parse::Method::Signatures.
  * Port to Devel::Declare::MethodInstaller::Simple.
  * Support for MX::Types.
  * Use a custom method metaclass.
  * Doc patch to mention interaction with Moose::Role (Jonathan Scott Duff).
  * Add more tests for eval and various signatures (Kent Fredric).
  * TODO test for sane error messages with files and line numbers (Rhesa Rozendaal).
  * Don't confuse people with the lack of "use Moose" in SYSOPSIS (Ricardo SIGNES).
  * Add information for repo and bugtracker in META.yml (Yanick Champoux).
  * Explain interaction with Role's 'require' (Yanick Champoux).

0.06  Tue, 14 Oct 2008 05:43:35 +0200
  * Use Moose meta methods instead of just coderefs.
  * Add a setup_for method to set up the method keyword for something different
    than the caller().

0.05  Sun, 12 Oct 2008 03:49:03 +0200
  * Depend on Devel::Declare 0.002000.
  * Make named arguments work as expected and add more tests.

0.04  Thu, 02 Oct 2008 01:07:00 +0200
  * Depend on Perl6::Signature 0.03.
    This is the first version to implement Foo|Bar $x correctly.
  * Minor documentation improvement.

0.03  Sun, 28 Sep 2008 13:37:39 +0200
  * Support attributes.
  * Fixed documentation typo.

0.02  Wed, 24 Sep 2008 08:47:17 +0200
  * Properly specify prereqs.

0.01  Wed, 24 Sep 2008 08:39:22 +0200
  * Initial release.