Beam-Wire-Moose

 view release on metacpan or  search on metacpan

README.mkdn  view on Meta::CPAN

# NAME

Beam::Wire::Moose - Dependency Injection with extra Moose features

# VERSION

version 0.005

# STATUS

<a href="https://travis-ci.org/preaction/Beam-Wire-Moose"><img src="https://travis-ci.org/preaction/Beam-Wire-Moose.svg?branch=master"></a><a href="https://coveralls.io/r/preaction/Beam-Wire-Moose"><img src="https://coveralls.io/repos/preaction/Beam-...

# SYNOPSIS

    # container.yml
    db:
        class: My::Database
        with:
            - My::Role::Cache
            - My::Role::Log
        args:



( run in 4.128 seconds using v1.01-cache-2.11-cpan-df04353d9ac )