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

Changes for version 0.36 - 2017-09-25

  • BUG FIXES
    • fix pod error. (Mohammad S Anwar, GH#63)
  • MISC
    • Reverting the changes of #53, as it breaks a few packages that are using `also => 'Bread::Board'` in their import, and the benefit we get from freeing ourselves from Moose::Exporter isn't that huge.
  • STATISTICS
    • code churn: 4 files changed, 40 insertions(+), 44 deletions(-)

Documentation

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.

Modules

A solderless way to wire up your application components
service instantiated via custom subroutine
service instantiating objects via a constructor
A container for services and other containers
container with weak parent reference
A parameterized container
dependency for a service
Pretty printer for visualizing the layout of your Bread::Board
base lifecycle role
service role for singleton lifecycle
singleton lifecycle role for a parameterized service
service providing a literal value
Base service role
aliases another service
Helper for holding a service that is not quite constructed yet
Helper for using services with incomplete parameters
Helper for inferring a service from a Moose object
role for services returning instances of a given class
Services with dependencies
Services with parameters
service instantiating objects via setter functions
role for traversing a container service tree
types and coercions for Bread::Board