comparison 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
comparison
equal deleted inserted replaced
411:ee36115f6a34 412:30e8c6a74937
1 package IMPL::Config::Bag;
2 use strict;
3
4 use IMPL::declare {
5
6 };
7
8 sub Resolve {
9
10 }
11
12 sub Register {
13
14 }
15
16 1;