Mercurial > pub > Impl
view lib/IMPL/Config/Bag.pm @ 412:30e8c6a74937 ref20150831
working on di container (role based registrations)
author | cin |
---|---|
date | Mon, 21 Sep 2015 19:54:10 +0300 |
parents | |
children | af8d359ee4cc |
line wrap: on
line source
package IMPL::Config::Bag; use strict; use IMPL::declare { }; sub Resolve { } sub Register { } 1;