Changes for version 0.24 - 2009-08-15

  • Add repository and bugtracker to Makefile.PL (Ash Berlin).
  • Tests and doc fixes on applying multiple roles at once (Chas. J. Owens IV).
  • Produce better diagnostic output on test failures (Dave Rolsky).
  • Make MooseX::Method::Signatures handle the actual parsing for method-like keywords (nperez).
  • Clean now warns in autoclean namespaces (Robert 'phaylon' Sedlacek).
  • 'method' keyword now only available by default in namespaces that consumed MooseSetup (Robert 'phaylon' Sedlacek).
  • Added 'namespace' keyword and allow namespaces, superclasses and roles to be relative (Robert 'phaylon' Sedlacek).
  • Add tests for using anonymous methods as attribute defaults (Devin Austin).
  • Stop depending on B::Hooks::EndOfScope. We don't use it direectly anymore.
  • Add a real 'with' keyword.
  • 'with' in a class- or role-body doesn't defer role application until the end of the class- or role-definition anymore. The 'with'-option for the class and role keywords still does.
  • Add a tests for role application and method modifier ordering.
  • Make anon classes immutabel as well (unless explicitly asked not to).
  • Add a ctx method to add cleanup code that should be injected as early as possible.
  • Depend on recent versions of DD and MXMS to make keywords less reserved (i.e. hash keys and barewords before fat commas).
  • Make t/with_newlines.t less noisy.
  • Add tests for methods with no signature not caring about their arguments, other than $self.

Modules

Declarative syntax for Moose
Per-keyword declaration context
Extending with superclasses
Explicit namespace cleanups
Handle method declarations
Handle method modifier declarations
Apply roles within a class- or role-body
Basic keyword functionality
Handles method declarations
Common Moose namespaces declarations
Option parser dispatching
Handle user specified roles
Common declarative utility functions

Provides

in lib/MooseX/Declare/Context/WithOptions.pm
in lib/MooseX/Declare/StackItem.pm