A solderless way to wire up your application components Maintained by:sunpoet@FreeBSD.org Port Added: 01 Jun 2011 15:26:39 Also Listed In:perl5 License: ART10 GPLv1
Bread::Board is an inversion of control framework with a focus on dependency
injection and lifecycle management. It's goal is to help you write more
decoupled objects and components by removing the need for you to manually wire
those objects/components together.
WWW: http://search.cpan.org/dist/Bread-Board/
To install the port:cd /usr/ports/devel/p5-Bread-Board/ && make install clean To add the package:pkg_add -r p5-Bread-Board
Configuration Options
===> The following configuration options are available for p5-Bread-Board-0.25:
GRAPHVIZ=off: Visualize a Bread::Board system via Graphviz
===> Use 'make config' to modify these settings
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so)
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index
- Add p5-Bread-Board 0.18
Bread::Board is an inversion of control framework with a focus on dependency
injection and lifecycle management. It's goal is to help you write more
decoupled objects and components by removing the need for you to manually wire
those objects/components together.
WWW: http://search.cpan.org/dist/Bread-Board/