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

Changes for version 0.23 - 2011-10-14

  • Bread::Board::Container::Parameterized
    • retain control of names of the generated containers, so if your the container being generated has a name, it keeps it.
      • this makes these containers more addressable when composed into higher level containers
      • this helps when subclassing parameterized containers
    • switch the generated containers to be created with builder instead of default
      • also helps when subclassing parameterized containers as well
  • t/046_custom_parameter_service.t
    • fixing the error about Moose deprecations

Documentation

script to invoke Bread::Board::GraphViz::App
A manual for Bread::Board
An overview of the concepts in Bread::Board
An overview of some of the more advanced Bread::Board concepts
An overview of the typemapping feature
A set of examples of Bread::Board usage
A Form::Sensible and Catalyst example.
An example of composing a dynamic Log::Dispatch object.