annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
412
30e8c6a74937 working on di container (role based registrations)
cin
parents:
diff changeset
1 package IMPL::Config::Bag;
30e8c6a74937 working on di container (role based registrations)
cin
parents:
diff changeset
2 use strict;
30e8c6a74937 working on di container (role based registrations)
cin
parents:
diff changeset
3
30e8c6a74937 working on di container (role based registrations)
cin
parents:
diff changeset
4 use IMPL::declare {
30e8c6a74937 working on di container (role based registrations)
cin
parents:
diff changeset
5
30e8c6a74937 working on di container (role based registrations)
cin
parents:
diff changeset
6 };
30e8c6a74937 working on di container (role based registrations)
cin
parents:
diff changeset
7
30e8c6a74937 working on di container (role based registrations)
cin
parents:
diff changeset
8 sub Resolve {
30e8c6a74937 working on di container (role based registrations)
cin
parents:
diff changeset
9
30e8c6a74937 working on di container (role based registrations)
cin
parents:
diff changeset
10 }
30e8c6a74937 working on di container (role based registrations)
cin
parents:
diff changeset
11
30e8c6a74937 working on di container (role based registrations)
cin
parents:
diff changeset
12 sub Register {
30e8c6a74937 working on di container (role based registrations)
cin
parents:
diff changeset
13
30e8c6a74937 working on di container (role based registrations)
cin
parents:
diff changeset
14 }
30e8c6a74937 working on di container (role based registrations)
cin
parents:
diff changeset
15
30e8c6a74937 working on di container (role based registrations)
cin
parents:
diff changeset
16 1;