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

Changes for version 0.10

  • Bread::Board
    • import strict and warnings into the caller upon import (Florian Ragwitz)
    • fixing the SYNOPSIS so that it will actually run (thanks to zby for spotting this)
  • Bread::Board::ConstructorInjection
    • Add a constructor_name parameter for classes using MooseX::Traits or other things which need an alternately named constructor. (Tomas Doran)