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

Changes for version 20130222

  • Promoted to full release

Changes for version 20130218.1447_001 - 2013-02-18

  • Distribution Fixes
  • Fixed stray detritus in MANIFEST.
  • Somehow my last-minute fix to the new error handler test didn't make it in; this will fix "Can't locate Moose.pm" errors.

Changes for version 20130216.1729_001 - 2013-02-16

  • New Features
  • Handling of run-time errors (default: die) is now overridable by subclasses via signature_error_handler().
  • Bug Fixes
  • Data::Alias is only loaded when needed avoiding a threads + eval bug in most cases and improving compile time performance.

Changes for version 20121219.0033_001 - 2012-12-19

  • New Features
  • Can now have aliased named parameters.
  • Bug Fixes
  • Compile-time errors now reporting proper line numbers.
  • Docs
  • Minor clarifications here and there.
  • Clarified what doesn't work in Perl 5.8.
  • Added Function::Parameters to See Also section.
  • Updated copyright.

Modules

method and function declarations with signatures and no source filter
use Method::Signatures from within MooseX::Declare

Provides

in lib/Method/Signatures/Parser.pm