The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.07 - 2009-02-21

  • 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).

Modules

Method declarations with type constraints and no source filter

Provides

in lib/MooseX/Method/Signatures/Meta/Method.pm